-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "test",
"version": "0.0.3",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"prepare": "husky",
"test": "vitest",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "bumpp package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag "
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@types/body-parser": "^1.19.5",
"axios": "^1.6.7",
"echarts": "^5.5.0",
"element-plus": "^2.6.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vxe-table": "^4.5.20"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@tsconfig/node20": "^20.1.2",
"@types/echarts": "^4.9.22",
"@types/jsdom": "^21.1.6",
"@types/mockjs": "^1.0.10",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.1",
"bumpp": "^9.4.0",
"conventional-changelog-cli": "^4.1.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"mockjs": "^1.1.0",
"npm-run-all2": "^6.1.1",
"sass": "^1.71.1",
"typescript": "~5.3.0",
"vite": "^5.0.11",
"vite-plugin-inspect": "^0.8.3",
"vitest": "^1.4.0",
"vue-tsc": "^1.8.27"
}
}