-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
{
"name": "vite-pack",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@casl/ability": "^6.7.0",
"@casl/vue": "^2.2.2",
"@formkit/auto-animate": "^0.8.1",
"@vk-io/authorization": "^1.4.1",
"@vkid/sdk": "^1.1.0",
"@vueuse/components": "^10.9.0",
"axios": "^1.6.7",
"chart.js": "^4.4.2",
"cors-anywhere": "^0.4.4",
"firebase": "^10.8.1",
"firebaseui": "^6.1.0",
"googleapis": "^133.0.0",
"pinia": "^2.1.7",
"primevue": "^3.49.1",
"svgo": "^3.2.0",
"unplugin-auto-import": "^0.17.5",
"uuid": "^9.0.1",
"vee-validate": "^4.12.5",
"vk-io": "^4.9.1",
"vue": "^3.4.19",
"vue-chartjs": "^5.3.0",
"vue-query": "^1.26.0",
"vue-router": "^4.3.0",
"vue-tel-input": "^8.3.1",
"vue3-otp-input": "^0.4.4",
"vuex": "^4.0.2",
"yup": "^1.3.3"
},
"devDependencies": {
"@iconify/json": "^2.2.187",
"@vitejs/plugin-vue": "^5.0.4",
"gh-pages": "^6.1.1",
"sass": "^1.71.1",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.4",
"vite-plugin-image-optimizer": "^1.1.7",
"vite-plugin-mkcert": "^1.17.4"
}
}