-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@headlessui/react": "^1.7.17",
"@inertiajs/react": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^20.9.4",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"vite": "^4.0.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.0.18",
"@inertiajs/inertia": "^0.11.1",
"@material-tailwind/react": "^2.1.4",
"@mui/base": "^5.0.0-beta.24",
"@mui/material": "^5.14.18",
"@nextui-org/react": "^2.2.9",
"clsx": "^2.0.0",
"flowbite": "^2.2.0",
"flowbite-react": "^0.6.4",
"framer-motion": "^10.16.5",
"funf": "^0.8.0",
"ldrs": "^1.0.1",
"preline": "^2.0.1",
"react-hook-form": "^7.48.2",
"react-icons": "^4.11.0",
"react-number-format": "^5.3.1",
"@inertiajs/inertia-vue": "^0.8.0",
"react-router-dom": "^6.16.0"
}
}