-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 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
{
"name": "vite2-vue3-tailwind2-starter",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "cross-env NODE_ENV=production vite build",
"serve": "vite preview"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/line-clamp": "^0.2.0",
"@tailwindcss/typography": "^0.4.0",
"apexcharts": "^3.25.0",
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"primeicons": "^4.1.0",
"primevue": "^3.3.0",
"tailwindcss": "^2.0.3",
"vue": "^3.0.5",
"vue-router": "^4.0.4",
"vue3-apexcharts": "^1.2.1",
"vue3-chart-v2": "^0.8.1"
},
"devDependencies": {
"vite": "^2.0.1",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
"postcss": "^8.2.6",
"autoprefixer": "^10.2.4",
"cross-env": "^7.0.3"
}
}