47 lines
947 B
JSON
47 lines
947 B
JSON
|
{
|
||
|
"name": "vite-plugin-ice-mars3d",
|
||
|
"version": "1.0.9",
|
||
|
"description": "mars3d library plugin for Vite",
|
||
|
"main": "dist/index.js",
|
||
|
"types": "dist/index.d.ts",
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"build": "tsc",
|
||
|
"dev": "tsc -w"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"vite",
|
||
|
"vite-plugin",
|
||
|
"cesium",
|
||
|
"mars3d"
|
||
|
],
|
||
|
"author": "xuwoool@qq.com",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+http://git.hfxtsk.cn"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "http://git.hfxtsk.cn"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"fs-extra": "^9.1.0",
|
||
|
"rollup-plugin-external-globals": "^0.6.1",
|
||
|
"serve-static": "^1.14.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@tsconfig/node12": "^1.0.7",
|
||
|
"@types/fs-extra": "^9.0.8",
|
||
|
"@types/node": "^14.14.31",
|
||
|
"@types/serve-static": "^1.13.9",
|
||
|
"prettier": "^2.2.1",
|
||
|
"typescript": "^4.2.2",
|
||
|
"vite": "^2.7.1"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"mars3d-cesium": "^1.88.0"
|
||
|
}
|
||
|
}
|