vite-plugin-earth/package.json

45 lines
933 B
JSON
Raw Normal View History

2022-02-10 13:08:07 +08:00
{
"name": "vite-plugin-earth",
2022-07-14 14:51:49 +08:00
"version": "1.2.3",
2022-04-22 15:27:49 +08:00
"description": "cesium & mars3d library plugin for Vite",
2022-02-10 13:08:07 +08:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc -w"
},
"keywords": [
"cesium",
"mars3d"
],
2022-04-22 15:27:49 +08:00
"author": "xuxb",
2022-02-10 13:08:07 +08:00
"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",
2022-04-22 15:27:49 +08:00
"vite": "^2.8.0"
2022-02-10 13:08:07 +08:00
},
"peerDependencies": {
"mars3d-cesium": "^1.90.0",
"mars3d": "^3.2.0"
2022-02-10 13:08:07 +08:00
}
2022-07-14 14:51:49 +08:00
}