-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 831 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 831 Bytes
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
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.0.3",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.21",
"axios": "^1.7.9",
"brotli-size": "^4.0.0",
"esbuild": "^0.24.2",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.3",
"vite": "^6.0.11"
},
"dependencies": {
"@vue/reactivity": "^3.5.13",
"chart.js": "^4.4.7",
"chartjs-adapter-moment": "^1.0.1",
"flatpickr": "^4.6.13",
"moment": "^2.30.1",
"nprogress": "^0.2.0"
}
}