-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
{
"name": "mars3d-react-template",
"version": "3.9.0",
"description": "Mars3D平台,React最简项目模版",
"scripts": {
"serve": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@turf/turf": "^7.1.0",
"mars3d": "~3.9.0",
"mars3d-cesium": "~1.126.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@vitejs/plugin-react": "^1.3.2",
"fs-extra": "^10.1.0",
"rollup-plugin-external-globals": "^0.6.1",
"serve-static": "^1.15.0",
"terser": "^5.22.0",
"vite": "^4.5.0",
"vite-plugin-mars3d": "^3.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/marsgis/mars3d-vue-template.git"
},
"bugs": {
"url": "https://github.com/marsgis/mars3d-vue-template/issues",
"email": "wh@marsgis.cn"
},
"keywords": [
"marsgis",
"mars3d",
"cesium",
"vue",
"gis"
],
"author": "火星科技",
"license": "Apache-2.0",
"homepage": "http://mars3d.cn"
}