1 Star 0 Fork 10

fastiot/sat-earth

forked from 沉淀/sat-earth 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.37 KB
一键复制 编辑 原始数据 按行查看 历史
沉淀 提交于 2024-01-23 14:38 . +1111111111111
{
"name": "sat-earth",
"version": "2.0.2",
"private": false,
"description": "The sat-earth is a digital earth component library based on Vue 3.x",
"main": "dist/sat-earth.umd.js",
"module": "dist/sat-earth.mjs",
"types": "dist/packages/main/index.d.ts",
"files": [
"dist"
],
"scripts": {
"eslint:fix": "eslint --fix --ext .js,.ts,.vue ./packages",
"dev": "vite --host --config vite.config.playlocal.ts",
"build:lib": "vite build --config vite.config.lib.ts",
"publish:beta": "npm publish --tag=beta",
"reg:taobao": "npm config set registry http://registry.npm.taobao.org/",
"reg:npm": "npm config set registry https://registry.npmjs.org/"
},
"peerDependencies": {
"dom-to-image-more": "^2.12.0",
"echarts": "^5.3.3",
"element-plus": "^2.3.14",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0",
"kml-geojson": "^1.2.0",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.0.16",
"sat-earth-resources": "^1.0.2",
"tui-color-picker": "^2.2.8",
"tui-image-editor": "^3.15.3",
"vue": "^3.4.15"
},
"dependencies": {
"mars3d": "3.4.26"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@rollup/plugin-node-resolve": "^14.1.0",
"@types/fs-extra": "^9.0.13",
"@types/jquery": "^3.5.14",
"@types/node": "^20.11.5",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vueuse/core": "^10.1.0",
"eslint": "^8.23.1",
"eslint-define-config": "^1.7.0",
"eslint-plugin-vue": "^9.5.0",
"fs-extra": "^10.1.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"unplugin-vue-define-options": "^1.3.3",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.1",
"vite-plugin-remove-console": "^1.1.0",
"vue-eslint-parser": "^9.1.0"
},
"author": {
"name": "gkb",
"email": "958001996@qq.com",
"url": "https://gitee.com/gengkaibo"
},
"homepage": "http://114.115.163.131:8888/sat-earth-docs/",
"keywords": [
"satearth",
"sat-earth"
],
"license": "MIT",
"engines": {
"node": ">= 16"
},
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/fastiot/sat-earth.git
git@gitee.com:fastiot/sat-earth.git
fastiot
sat-earth
sat-earth
master

搜索帮助