-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 777 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": {
"@types/webpack-env": "^1.18.0",
"@vue/compiler-sfc": "^3.2.41",
"autoprefixer": "^10.4.13",
"axios": "^1.4.0",
"laravel-mix-vue3": "^0.7.0",
"laravel-vite-plugin": "^0.6.0",
"lodash": "^4.17.19",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.2",
"vite": "^3.0.0",
"vue-loader": "^17.0.0"
},
"dependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"js-cookie": "^3.0.5",
"vue": "^3.2.36",
"vue-apexcharts": "^1.6.2",
"vue-google-charts": "^1.1.0",
"vue-router": "^4.0.13",
"vue3-apexcharts": "^1.4.4"
}
}