-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
74 lines (74 loc) · 2.13 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "Hoy777",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"link": "eslint src"
},
"dependencies": {
"@adjustcom/adjust-web-sdk": "^5.6.0",
"@better-scroll/core": "^2.5.1",
"@fingerprintjs/fingerprintjs": "^4.2.2",
"@fingerprintjs/fingerprintjs-pro": "^3.9.2",
"@livechat/widget-vue": "^1.3.2",
"@mdi/font": "7.0.96",
"@types/nprogress": "^0.2.3",
"animejs": "^3.2.1",
"axios": "^1.4.0",
"clipboard-polyfill": "^4.0.1",
"core-js": "^3.29.0",
"element-plus": "^2.3.6",
"esbuild": "^0.17.19",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"moment-timezone": "^0.5.43",
"nprogress": "^0.2.0",
"pinia": "^2.0.0",
"qrcode.vue": "^3.4.1",
"roboto-fontface": "*",
"socket.io-client": "^4.6.1",
"swiper": "^10.2.0",
"vue": "^3.2.0",
"vue-3-socket.io": "^1.0.5",
"vue-i18n": "^9.2.2",
"vue-inline-svg": "^3.1.2",
"vue-progressive-image": "^4.0.0",
"vue-router": "^4.0.0",
"vue-timer-hook": "^1.0.84",
"vue-toastification": "^2.0.0-rc.5",
"vue3-carousel": "^0.3.1",
"vue3-google-login": "^2.0.25",
"vue3-lazyload": "^0.3.8",
"vuetify": "^3.0.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@types/animejs": "^3.1.7",
"@types/js-cookie": "^3.0.3",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.0",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^11.0.0",
"cssnano": "^6.0.1",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.3.0",
"rollup-plugin-external-globals": "^0.8.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.60.0",
"typescript": "^5.0.0",
"vite": "^4.2.0",
"vite-plugin-cache-resource": "^0.0.1",
"vite-plugin-cdn": "^1.0.0-beta.3",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "^1.2.0"
}
}