generated from antfu-collective/vitesse
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.27 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
75
76
77
78
79
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite build --base=/ --mode mocking",
"dev": "vite --open --port 7000 --mode development",
"dev:mock": "vite --open --port 7000 --mode mocking",
"lint": "eslint .",
"test": "vitest",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit",
"up": "taze major -I",
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@unhead/vue": "^1.11.13",
"@unocss/reset": "^0.53.6",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^10.11.1",
"@vueuse/head": "^1.3.1",
"apexcharts": "^4.0.0",
"axios": "^0.27.2",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"pinia": "^2.2.8",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-i18n": "^9.14.2",
"vue-router": "^4.5.0",
"vue3-apexcharts": "^1.8.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@faker-js/faker": "^8.4.1",
"@intlify/unplugin-vue-i18n": "^0.12.3",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.53.6",
"@vicons/fluent": "^0.12.0",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue-macros/volar": "^0.30.6",
"@vue/test-utils": "^2.4.6",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"https-localhost": "^4.7.1",
"lint-staged": "^13.3.0",
"lodash": "^4.17.21",
"msw": "^2.6.6",
"naive-ui": "^2.40.4",
"pinia-plugin-persistedstate": "^2.4.0",
"pnpm": "^9.14.4",
"rollup": "^4.28.0",
"sass": "^1.81.0",
"taze": "^0.11.4",
"typescript": "^5.7.2",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^2.13.4",
"unplugin-vue-router": "^0.8.8",
"vite": "^5.4.11",
"vite-bundle-visualizer": "^0.8.1",
"vite-plugin-inspect": "^0.7.42",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-vue-devtools": "^7.6.7",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg": "^0.23.8",
"vitest": "^0.33.0",
"vue-tsc": "^2.1.10"
},
"msw": {
"workerDirectory": "public"
}
}