generated from elonehoo/static
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.74 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
{
"type": "module",
"version": "0.0.5",
"private": "true",
"description": "Starter template for Vue",
"author": "Elone Hoo <[email protected]>",
"license": "MIT",
"vite": {
"server": {
"port": 3333
},
"test": {
"environment": "happy-dom",
"globals": true
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 8766",
"test": "vitest",
"test:ui": "vitest --ui --open false",
"test:coverage": "vitest run --coverage",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp package.json --commit --push --tag"
},
"dependencies": {
"@unhead/vue": "^1.11.13",
"@unocss/reset": "^0.65.0",
"@vueuse/core": "^12.0.0",
"unocss": "^0.65.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/carbon": "^1.2.4",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.8.1",
"eslint": "^9.16.0",
"happy-dom": "^15.11.7",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-deploy-info": "^0.0.3",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-router": "^0.10.8",
"vite": "^6.0.2",
"vite-inspector": "^0.1.4",
"vite-plugin-alias": "^0.1.1",
"vite-plugin-auto-env": "^0.0.2",
"vite-plugin-chai": "^0.0.2",
"vite-plugin-classify": "^0.0.1",
"vite-plugin-package-configs": "^0.0.12",
"vite-plugin-terminal-log": "^0.0.1",
"vite-plugin-vue-devtools": "^7.6.7",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
}
}