-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.77 KB
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
{
"name": "dsp",
"type": "module",
"version": "1.7.0",
"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.4.0",
"@unhead/vue": "^3.4.0",
"@vueuse/core": "^14.4.0",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"pinia": "^4.0.3",
"sprintf-js": "^1.1.3",
"vue": "^3.5.42",
"vue-demi": "^0.14.10",
"vue-i18n": "^11.4.10",
"vue-router": "^5.3.0",
"vuetify": "4.1.12"
},
"devDependencies": {
"@antfu/eslint-config": "^9.3.0",
"@fortawesome/fontawesome-free": "^7.3.1",
"@iconify-json/carbon": "^1.2.25",
"@mdi/font": "^7.4.47",
"@types/nprogress": "^0.2.3",
"@types/sprintf-js": "^1.1.4",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/test-utils": "^2.5.0",
"cross-env": "^10.1.0",
"cypress": "^15.21.1",
"cypress-vite": "^1.10.2",
"eslint": "10.9.1",
"eslint-plugin-cypress": "^7.0.1",
"eslint-plugin-format": "^2.0.1",
"lint-staged": "^17.4.1",
"sass": "^1.103.1",
"taze": "^21.1.0",
"typescript": "^7.0.2",
"unplugin-auto-import": "^21.1.0",
"unplugin-vue-components": "^32.1.0",
"unplugin-vue-macros": "^2.14.5",
"vite": "8.2.2",
"vite-plugin-pwa": "^1.3.0",
"vite-plugin-webfont-dl": "^3.13.1",
"vite-ssg": "^28.3.0",
"vite-ssg-sitemap": "^0.10.0",
"vitest": "^4.1.11",
"vue-tsc": "^3.3.11"
},
"lint-staged": {
"*": "eslint --fix"
}
}