demo-mars3d
This commit is contained in:
20
demo-mars3d/package.json
Normal file
20
demo-mars3d/package.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "mars3d-demo",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"serve": "vite build && vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^3.0.4",
|
||||
"vite-plugin-earth": "link:.."
|
||||
},
|
||||
"dependencies": {
|
||||
"@turf/turf": "^6.5.0",
|
||||
"mars3d": "^3.5.0",
|
||||
"mars3d-cesium": "^1.103.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user