-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "vue-three",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "run-s version remove && vue-tsc --noEmit && vite build",
"preview": "vite preview",
"prepare": "husky install",
"remove": "node scripts/remove.js",
"version": "node scripts/version.js"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.1",
"@tweenjs/tween.js": "^18.6.4",
"@vueuse/core": "^7.6.2",
"animate.css": "^4.1.1",
"axios": "^0.26.1",
"d3": "^7.3.0",
"echarts": "^5.3.1",
"element-plus": "^1.3.0-beta.9",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"pinia": "^2.0.9",
"rxjs": "^7.5.5",
"three": "^0.136.0",
"three.meshline": "^1.3.0",
"tippy.js": "^6.3.7",
"vue": "^3.2.25",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@types/d3": "^7.1.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.8",
"@types/three": "^0.136.0",
"@vitejs/plugin-vue": "^2.0.0",
"git-format-staged": "^2.1.3",
"husky": "^7.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"sass": "^1.49.8",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-plugin-mock": "^2.9.6",
"vue-tsc": "^0.29.8"
}
}