-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.26 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build_prod": "cross-env NODE_ENV=production vite build"
},
"devDependencies": {
"@headlessui/react": "^1.4.2",
"@inertiajs/react": "^1.0.7",
"@tailwindcss/forms": "^0.5.2",
"@types/bootstrap": "^5.2.6",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/sweetalert": "^2.0.4",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.2",
"axios": "^1.4.0",
"cross-env": "^7.0.3",
"laravel-vite-plugin": "^0.6.0",
"lodash": "^4.17.19",
"postcss": "^8.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.1.0",
"typescript": "^5.0.4",
"vite": "^3.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/ziggy-js": "^1.3.2",
"bootstrap": "^5.2.3",
"jquery": "^3.7.0",
"popper.js": "^1.16.1",
"react-spinners": "^0.13.8",
"react-swal": "^4.0.0"
}
}