-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.63 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
{
"scripts": {
"lint": "npx eslint --ext .js,.jsx --ignore-path .gitignore app",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.17.12",
"@storybook/addon-actions": "^6.5.5",
"@storybook/addon-essentials": "^6.5.5",
"@storybook/addon-interactions": "^6.5.5",
"@storybook/addon-links": "^6.5.5",
"@storybook/builder-vite": "^0.1.35",
"@storybook/react": "^6.5.5",
"@storybook/testing-library": "^0.0.11",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
"babel-loader": "^8.2.5",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-storybook": "^0.5.12",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.7",
"vite": "^2.7.7",
"vite-plugin-ruby": "^3.0.5"
},
"dependencies": {
"@floating-ui/react-dom": "^0.6.0",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.5",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-react": "^0.8.0",
"@tippyjs/react": "^4.2.6",
"@vitejs/plugin-react": "^1.2.0",
"autoprefixer": "^10.4.2",
"axios": "^0.26.0",
"framer-motion": "^6.2.8",
"postcss": "^8.4.6",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-hot-toast": "^2.2.0",
"recharts": "^2.1.9",
"tailwindcss": "^3.0.22"
}
}