2023-03-28 10:02:22 +08:00
|
|
|
{
|
|
|
|
"name": "cesium-demo",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"serve": "vite build && vite preview"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-04 15:45:00 +08:00
|
|
|
"cesium": "^1.105.0",
|
|
|
|
"vite": "^4.3.4",
|
2023-07-10 11:05:48 +08:00
|
|
|
"vite-plugin-earth": "workspace:*"
|
2023-03-28 10:02:22 +08:00
|
|
|
}
|
|
|
|
}
|