-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "vueboost",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@iconify/json": "^2.2.0",
"@iconify/vue": "^4.0.2",
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@mdi/font": "^7.1.96",
"@types/aos": "^3.0.4",
"@vue/compiler-sfc": "^3.2.45",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@vueup/vue-quill": "^1.0.1",
"@vueuse/core": "^9.9.0",
"@vueuse/head": "^1.0.22",
"aos": "^3.0.0-beta.6",
"apexcharts": "^3.36.3",
"axios": "^1.2.1",
"pinia": "^2.0.28",
"tw-elements": "^1.0.0-alpha13",
"unplugin-icons": "^0.14.15",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "4",
"vue-select": "^4.0.0-beta.6",
"vue-tel-input": "^6.0.5",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.4.1",
"vue3-lazy": "^1.0.0-alpha.1"
},
"devDependencies": {
"@types/vue-tel-input": "^2.1.2",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.0",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-pwa": "^0.14.1",
"vite-plugin-vue-inspector": "^2.0.4",
"vue-tsc": "^1.0.11",
"workbox-precaching": "^6.5.4"
}
}