forked from blancos13/bcboom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.83 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build+push": "vite build --mode=production && git add -A && git commit -m 'build' && git push"
},
"devDependencies": {
"@headlessui/react": "^1.4.2",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-react": "^0.8.1",
"@inertiajs/progress": "^0.2.7",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-react": "^3.0.0",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"babel-plugin-styled-components": "^2.0.7",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"vite": "^4.0.0"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.1",
"@mui/styles": "^5.11.1",
"@mui/x-data-grid": "^5.17.19",
"@reduxjs/toolkit": "^1.9.1",
"antd": "^5.1.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"framer-motion": "^8.5.2",
"howler": "^2.2.3",
"mui-daterange-picker": "^1.0.5",
"nprogress": "^0.2.0",
"react-google-recaptcha": "^2.1.0",
"react-preloaders": "^3.0.3",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.1",
"recharts": "^2.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"use-file-picker": "^1.5.1",
"use-sound": "^4.0.1"
}
}