forked from ajikamaludin/laravel-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 958 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
37
{
"type": "module",
"private": true,
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/react": "^1.2.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@vitejs/plugin-react": "^4.3.1",
"apexcharts": "^3.50.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"daisyui": "^4.12.10",
"is": "^3.3.0",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"postcss": "^8.4.39",
"qs": "^6.12.3",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-json-pretty": "^2.2.0",
"react-number-format": "^5.4.0",
"react-tailwindcss-datepicker": "^1.6.6",
"react-use": "^17.5.0",
"sonner": "^1.5.0",
"tailwindcss": "^3.4.6",
"theme-change": "^2.5.0",
"vite": "^5.3.4"
}
}