vite-plugin-earth/package.json

47 lines
948 B
JSON
Raw Normal View History

2022-02-10 13:08:07 +08:00
{
"name": "vite-plugin-ice-mars3d",
2022-02-10 16:00:34 +08:00
"version": "1.0.10",
2022-02-10 13:08:07 +08:00
"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"
}
}