-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "AI-timeline-geomap",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev --force",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@antv/l7": "^2.22.0",
"@antv/l7-layers": "^2.22.0",
"@antv/l7-maps": "^2.22.0",
"@types/d3": "^7.4.3",
"ant-design-vue": "^4.2.3",
"axios": "^1.7.2",
"build": "^0.1.4",
"d3": "^7.9.0",
"d3-geo": "^3.1.1",
"esbuild-plugin-decorators": "^0.0.3",
"extendable-media-recorder": "^9.2.4",
"internmap": "^2.0.3",
"rxjs": "^7.8.1",
"vue": "^3.4.29",
"vue-gtag": "^2.0.1",
"vue-router": "^4.4.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/node": "^20.16.7",
"@types/vue": "^2.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"gh-pages": "^6.1.1",
"html-webpack-plugin": "^5.6.0",
"rollup-plugin-visualizer": "^5.12.0",
"sharp": "^0.33.5",
"style-loader": "^4.0.0",
"svgo": "^3.3.2",
"ts-loader": "^9.5.1",
"vite": "^5.3.1",
"vite-plugin-image-optimizer": "^1.1.8",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16"
}
}