-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.1 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.1 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
67
68
69
70
71
72
73
74
75
76
77
{
"type": "module",
"private": true,
"engines": {
"node": ">=22.16",
"pnpm": ">=10.22.0"
},
"packageManager": "pnpm@10.22.0",
"scripts": {
"prepare": "node scripts/prepare.mjs",
"preinstall": "node scripts/block-npm.js",
"build": "vite build --base=/ --mode mocking",
"dev": "vite --open --port 7000 --mode development",
"dev:mock": "vite --open --port 7000 --mode mocking",
"test": "vitest",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit",
"up": "taze major -I",
"check": "biome check --write ./src",
"lint": "biome lint --write ./src"
},
"dependencies": {
"@unhead/vue": "^1.11.20",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^10.11.1",
"@vueuse/head": "^1.3.1",
"apexcharts": "^4.7.0",
"axios": "^0.27.2",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"pinia": "^3.0.4",
"vue": "^3.5.26",
"vue-demi": "^0.14.10",
"vue-i18n": "^9.14.5",
"vue-router": "^4.6.4",
"vue3-apexcharts": "^1.10.0",
"vue3-map-chart": "^0.0.6"
},
"devDependencies": {
"@unocss/reset": "^66.5.12",
"@biomejs/biome": "^2.3.10",
"@faker-js/faker": "^8.4.1",
"@intlify/unplugin-vue-i18n": "^0.12.3",
"@types/nprogress": "^0.2.3",
"@vicons/fluent": "^0.12.0",
"@vitejs/plugin-vue": "^6.0.3",
"@vue-macros/volar": "^3.1.1",
"@vue/test-utils": "^2.4.6",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"vite-plugin-vue-layouts-next": "^1.3.0",
"lefthook": "^2.0.13",
"lodash": "^4.17.21",
"msw": "^2.12.7",
"naive-ui": "^2.43.2",
"pinia-plugin-persistedstate": "^4.7.1",
"pnpm": "^10.27.0",
"sass": "^1.97.1",
"taze": "^0.11.4",
"typescript": "^5.9.3",
"unocss": "^66.5.12",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.8.8",
"vite": "npm:rolldown-vite@^7.3.0",
"vite-plugin-pages": "^0.33.2",
"vitest": "^0.33.0",
"vue-macros": "^3.1.1",
"vue-tsc": "3.0.8",
"yaml": "^2.8.2"
},
"msw": {
"workerDirectory": [
"public"
]
}
}