-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@alpinejs/focus": "^3.10.5",
"@headlessui/react": "^1.7.19",
"@inertiajs/react": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.0",
"@vitejs/plugin-react": "^3.0.0",
"alpinejs": "^3.0.6",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"vite": "^4.0.0"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@inertiajs/react": "^1.0.2",
"date-fns": "^2.30.0",
"flowbite": "^1.6.4",
"flowbite-datepicker": "^1.2.6",
"flowbite-react": "^0.7.0",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"react-dropzone": "^14.2.3",
"react-router": "^6.10.0",
"react-router-dom": "^6.10.0"
}
}