-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.94 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
{
"name": "vue3-vite5-dashboard",
"version": "0.1.0",
"author": "quliangen",
"license": "MIT",
"scripts": {
"serve": "vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"lint": "eslint src",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@antv/g2": "5.0.0-beta.5",
"@antv/l7": "^2.19.11",
"@antv/l7-maps": "^2.19.11",
"@antv/l7-three": "^2.19.11",
"@vueuse/core": "^8.9.4",
"axios": "^0.27.2",
"element-plus": "^2.4.2",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"prism-theme-vars": "^0.2.4",
"qrcode": "^1.5.3",
"terser": "^5.24.0",
"three": "^0.148.0",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@iconify/json": "^2.2.143",
"@types/node": "^18.18.9",
"@types/nprogress": "^0.2.3",
"@types/svgo": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.18.1",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"postcss-px-to-viewport": "^1.1.1",
"prettier": "^2.8.8",
"sass": "^1.69.5",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.9.5",
"unplugin-fonts": "^1.0.3",
"unplugin-icons": "^0.14.15",
"unplugin-vue-components": "^0.21.2",
"vite": "^5.0.0",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.8.22"
},
"lint-staged": {
"*.{ts,js,vue}": [
"eslint"
]
}
}