-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.65 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
55
56
57
58
{
"name": "communitykeeper-vue",
"version": "1.8.4",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev-host": "vite --host",
"build": "run-p type-check \"build-only {@}\" --",
"deploy": "npm run build && vk-miniapps-deploy",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"vk-tunnel": "vk-tunnel --host=localhost --timeout=20000",
"dev-tunnel": "concurrently \"npm run vk-tunnel\" \"npm run dev\""
},
"dependencies": {
"@imengyu/vue3-context-menu": "1.4.2",
"@vkontakte/icons": "2.137.0",
"@vkontakte/vk-bridge": "2.15.0",
"@vkontakte/vkui": "5.10.2",
"@vueuse/core": "11.0.3",
"brotli-compress": "1.3.3",
"copy-to-clipboard": "3.3.3",
"eruda": "3.2.3",
"file-saver": "2.0.5",
"linq-to-typescript": "11.1.0",
"lodash-es": "4.17.21",
"pinia": "2.2.2",
"pinia-plugin-persistedstate": "4.0.0",
"tweakpane": "4.0.4",
"virtua": "0.34.2",
"vite-plugin-vuetify": "2.0.4",
"vite-svg-loader": "5.1.0",
"vkontakte-api": "3.0.3",
"vue": "3.5.5",
"vue-clipboard3": "2.0.0",
"vue-router": "4.4.5",
"vuetify": "3.7.1"
},
"devDependencies": {
"@mdi/font": "7.4.47",
"@types/file-saver": "2.0.7",
"@types/lodash-es": "4.17.12",
"@vitejs/plugin-vue": "5.1.3",
"@vkontakte/vk-miniapps-deploy": "0.1.8",
"@vkontakte/vk-tunnel": "0.2.2",
"@vue/devtools": "7.3.5",
"concurrently": "8.2.2",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"sass": "1.78.0",
"sass-loader": "16.0.1",
"typescript": "5.6.2",
"vite": "5.4.5",
"vue-tsc": "2.1.6"
}
}