1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
Files
vite-plugin-cesium-next/package.json
2025-06-18 14:32:57 +08:00

60 lines
1.3 KiB
JSON

{
"name": "vite-plugin-cesium-next",
"version": "2.0.4",
"description": "Cesium library plugin for Vite",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"prepare": "npm run build"
},
"keywords": [
"vite",
"vite-plugin",
"cesium"
],
"author": "coderxiaomo <codingzhang@126.com>",
"contributors": [
"nshen <nshen121@gmail.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/coder-xiaomo/vite-plugin-cesium-next.git"
},
"bugs": {
"url": "https://github.com/coder-xiaomo/vite-plugin-cesium-next/issues"
},
"dependencies": {
"fs-extra": "^11.3.0",
"rollup-plugin-external-globals": "^0.13.0",
"serve-static": "^1.16.2"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.15.32",
"@types/serve-static": "^1.15.8",
"prettier": "^3.5.3",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"vite": "^6.1.0"
},
"peerDependencies": {
"cesium": "^1.95.0",
"vite": ">=2.7.1"
}
}