1 Star 0 Fork 45

kgloveyou/react-amap

forked from uiw/react-amap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.46 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@uiw/react-amap",
"version": "1.7.2",
"description": "基于 React 封装的高德地图组件。AMap Component Based On React.",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"scripts": {
"prepare": "npm run build:lib",
"doc": "cross-env ENTRYDIR=website kkt build",
"start": "cross-env ENTRYDIR=website kkt start",
"build": "npm run build:lib && npm run doc",
"build:lib": "npm run ts:build && npm run types:esm && npm run types:cjs && npm run css:build",
"watch": "npm run ts:watch & npm run types:watch & npm run css:watch",
"types:build": "tsbb types --sourceRoot src --target ESNEXT",
"types:watch": "npm run types:esm -- --watch & npm run types:cjs -- --watch",
"types:esm": "npm run types:build -- --outDir ../lib/esm",
"types:cjs": "npm run types:build -- --outDir ../lib/cjs",
"css:build": "compile-less -d src -o lib/esm",
"css:watch": "compile-less -d src -o lib/esm --watch",
"ts:watch": "tsbb watch --env-name esm:dev --env-name cjs --target react",
"ts:build": "tsbb build --target react"
},
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/react-amap.git"
},
"author": "Kenny Wong <wowohoo@qq.com>",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"files": [
"src",
"lib"
],
"keywords": [
"react-amap",
"amap",
"map",
"react",
"bdmap",
"高德",
"地图",
"高德地图"
],
"dependencies": {
"@babel/runtime": "7.12.5"
},
"devDependencies": {
"@kkt/loader-less": "5.10.3",
"@kkt/loader-raw": "5.10.3",
"@loadable/component": "5.14.1",
"@types/loadable__component": "5.13.1",
"@types/react": "16.9.56",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.1.5",
"@uiw/react-code-preview": "1.11.8",
"@uiw/react-github-corners": "1.2.0",
"@uiw/react-markdown-preview": "1.0.9",
"@uiw/reset.css": "1.0.4",
"compile-less-cli": "1.5.1",
"cross-env": "7.0.2",
"default-passive-events": "2.0.0",
"kkt": "5.10.3",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-router-dom": "5.2.0",
"tsbb": "1.7.7"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kg_loveyou/react-amap.git
git@gitee.com:kg_loveyou/react-amap.git
kg_loveyou
react-amap
react-amap
master

搜索帮助