-
-
Notifications
You must be signed in to change notification settings - Fork 185
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 728 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.2.0",
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"laravel-vite-plugin": "^0.7.4",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"sass": "^1.22.7",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.0.23",
"vite": "^4.5.5",
"vue": "^2.7",
"vue-loader": "^17.2.2"
},
"dependencies": {
"apexcharts": "^3.44.2",
"axios": "^1.7.4",
"lucide-vue": "^0.292.0",
"vue-color": "^2.7.0",
"vue-i18n": "^8.28.2",
"vue-router": "3"
}
}