generated from osovv/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --fix --ext .ts,.tsx .",
"lint:check": "eslint --ext .ts,.tsx .",
"format": "prettier --write --plugin-search-dir=. \"**/*.{ts,tsx,md,json,cjs}\" --ignore-path .gitignore",
"format:check": "prettier --check --plugin-search-dir=. \"**/*.{ts,tsx,md,json,cjs}\" --ignore-path .gitignore",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/sortable": "^7.0.1",
"@heroicons/react": "^2.0.13",
"@material-tailwind/react": "^1.2.4",
"@reatom/framework": "^3.4.30",
"@reatom/npm-react": "^3.8.1",
"@reatom/persist-web-storage": "^3.2.3",
"@tanstack/react-router": "^1.2.2",
"@types/localforage": "^0.0.34",
"classnames": "^2.3.2",
"compose-function": "^3.0.3",
"history": "^5.3.0",
"localforage": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@reatom/eslint-plugin": "^3.4.3",
"@rollup/plugin-babel": "^6.0.2",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-vite": "^0.2.5",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/classnames": "^2.3.1",
"@types/compose-function": "^0.0.30",
"@types/node": "^17.0.34",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.2.5",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.26.0",
"eslint-kit": "^6.8.0",
"eslint-plugin-storybook": "^0.6.7",
"postcss": "^8.4.18",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.1",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"vite-tsconfig-paths": "^3.5.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}