-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 917 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
36
{
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/react": "^2.0.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"daisyui": "^4.12.23",
"dayjs": "^1.11.13",
"is": "^3.3.0",
"laravel-vite-plugin": "^1.1.1",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"postcss": "^8.4.49",
"qs": "^6.13.1",
"react": "^18.3.1",
"react-apexcharts": "^1.7.0",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-json-pretty": "^2.2.0",
"react-number-format": "^5.4.3",
"react-tailwindcss-datepicker": "^1.7.2",
"react-use": "^17.6.0",
"sonner": "^1.7.1",
"tailwindcss": "^3.4.17",
"theme-change": "^2.5.0",
"vite": "^5.4.11"
}
}