-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 1.91 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
{
"name": "dsp",
"type": "module",
"version": "1.5.2",
"private": true,
"scripts": {
"serve": "vite --open",
"build": "vite build",
"lint": "eslint .",
"build-prod": "vite build --mode=production",
"serve-prod": "vite --mode production",
"preview": "vite preview",
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
"up": "taze major -I",
"link": "npm link @cznethub/cznet-vue-core"
},
"dependencies": {
"@cznethub/cznet-vue-core": "^0.2.34",
"@unhead/vue": "^1.11.19",
"@vueuse/core": "^12.7.0",
"@vueuse/head": "^2.0.0",
"@vuex-orm/core": "^0.36.4",
"buefy": "npm:@ntohq/buefy-next@^0.2.0",
"nprogress": "^0.2.0",
"sprintf-js": "^1.1.3",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-facing-decorator": "^3.0.4",
"vue-i18n": "^11.1.1",
"vue-router": "^4.5.0",
"vuetify": "^3.7.13",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@iconify-json/carbon": "^1.2.7",
"@mdi/font": "^7.4.47",
"@types/nprogress": "^0.2.3",
"@types/sprintf-js": "^1.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cypress": "^14.0.3",
"cypress-vite": "^1.6.0",
"eslint": "^9.20.1",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-format": "^1.0.1",
"lint-staged": "^15.4.3",
"sass": "^1.85.0",
"taze": "^18.6.0",
"typescript": "^5.7.3",
"unplugin-auto-import": "^19.1.0",
"unplugin-vue-components": "^28.4.0",
"unplugin-vue-macros": "^2.14.2",
"vite": "^6.1.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-webfont-dl": "^3.10.4",
"vite-ssg": "^25.2.0",
"vite-ssg-sitemap": "^0.8.1",
"vitest": "^3.0.6",
"vue-tsc": "^2.2.2"
},
"lint-staged": {
"*": "eslint --fix"
}
}