forked from ringkubd/laravel-inertia-react-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1014 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@headlessui/react": "^1.4.2",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-react": "^0.8.1",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/server": "^0.1.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.4",
"vite": "^4.0.0"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"flowbite": "^1.5.5",
"flowbite-react": "^0.3.7",
"formik": "^2.2.9",
"react-icons": "^4.7.1",
"react-select": "^5.7.0",
"react-toastify": "^9.1.1",
"yup": "^0.32.11"
}
}