-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.95 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
{
"name": "cznet-discovery",
"version": "1.2.0",
"private": true,
"scripts": {
"serve": "vite --open",
"build": "vite build",
"lint": "eslint .",
"build-prod": "vite build --mode=production",
"serve-prod": "vite --mode production",
"deploy": "node scripts/gh-pages-deploy.js",
"up": "taze major -I"
},
"dependencies": {
"@cznethub/cznet-vue-core": "^0.2.24",
"@unhead/vue": "^1.9.9",
"@vueuse/core": "^10.9.0",
"@vueuse/head": "^2.0.0",
"@vuex-orm/core": "^0.36.4",
"deepmerge": "^4.3.1",
"dompurify": "^3.1.2",
"google-maps": "^4.3.3",
"lodash.isequal": "^4.5.0",
"pretty-bytes": "^6.1.1",
"rxjs": "^7.8.1",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.26",
"vue-browser-detect-plugin": "^0.1.18",
"vue-cookies": "^1.8.4",
"vue-demi": "^0.14.7",
"vue-facing-decorator": "^3.0.4",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vue-timeago3": "^2.3.2",
"vuetify": "^3.6.3",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@iconify-json/carbon": "^1.1.32",
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.5",
"cross-env": "^7.0.3",
"cypress": "^13.8.1",
"cypress-vite": "^1.5.0",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-format": "^0.1.0",
"lint-staged": "^15.2.2",
"sass": "^1.76.0",
"shiki": "^1.4.0",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-macros": "^2.9.1",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-webfont-dl": "^3.9.4",
"vite-ssg": "^0.23.7",
"vite-ssg-sitemap": "^0.6.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.16"
},
"lint-staged": {
"*": "eslint --fix"
}
}