-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.56 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
{
"name": "vue-fabric",
"version": "1.0.0",
"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",
"format": "prettier --write src/"
},
"dependencies": {
"@antv/g-svg": "^2.0.20",
"@antv/g-webgl": "^2.0.28",
"@antv/g6": "^5.0.30",
"@antv/layout": "1.2.14-beta.8",
"@pixi/ui": "^2.1.5",
"@svgdotjs/svg.js": "^3.2.4",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"element-plus": "^2.8.7",
"ip": "^2.0.1",
"lodash": "^4.17.21",
"mars3d": "^3.8.6",
"mars3d-cesium": "^1.123.0",
"mars3d-heatmap": "^3.8.6",
"pinia": "^2.2.6",
"pixi.js": "^8.5.2",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/d3": "^7.4.3",
"@types/ip": "^1.1.3",
"@types/lodash": "^4.17.13",
"@types/mockjs": "^1.0.10",
"@types/node": "^22.9.0",
"@types/webgl2": "^0.0.11",
"@vitejs/plugin-vue": "^5.1.5",
"@vitejs/plugin-vue-jsx": "^4.1.0",
"@vue/tsconfig": "^0.6.0",
"mockjs": "^1.1.0",
"npm-run-all2": "^7.0.1",
"picocolors": "^1.1.1",
"prettier": "^3.3.3",
"prettier-plugin-css-order": "^2.1.2",
"sass": "^1.80.7",
"typescript": "~5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vite-plugin-mars3d": "^4.1.1",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.1.10"
}
}