2.0 初始化
This commit is contained in:
36
package.json
36
package.json
@ -1,28 +1,39 @@
|
||||
{
|
||||
"name": "vite-plugin-earth",
|
||||
"version": "1.2.3",
|
||||
"version": "2.0.0",
|
||||
"description": "cesium & mars3d library plugin for Vite",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"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": {
|
||||
"build": "tsc",
|
||||
"dev": "tsc -w"
|
||||
"dev": "tsup --watch",
|
||||
"build": "tsup",
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"keywords": [
|
||||
"vite",
|
||||
"vite-plugin",
|
||||
"cesium",
|
||||
"mars3d"
|
||||
],
|
||||
"author": "xuxb",
|
||||
"author": "xuxb <xuwoool@qq.com>",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+http://git.hfxtsk.cn"
|
||||
"url": "git+https://github.com/hfxtsk/vite-plugin-earth"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://git.hfxtsk.cn"
|
||||
"url": "https://github.com/hfxtsk/vite-plugin-earth/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "^9.1.0",
|
||||
@ -35,11 +46,14 @@
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/serve-static": "^1.13.9",
|
||||
"prettier": "^2.2.1",
|
||||
"tsup": "^6.2.1",
|
||||
"typescript": "^4.2.2",
|
||||
"vite": "^2.8.0"
|
||||
"vite": "^3.0.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"cesium": "^1.95.0",
|
||||
"mars3d-cesium": "^1.90.0",
|
||||
"mars3d": "^3.2.0"
|
||||
"mars3d": "^3.2.0",
|
||||
"vite": ">=2.7.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user