1 Star 0 Fork 43

Houjingyu / react-amap

forked from uiw / react-amap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.89 KB
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2021-01-12 13:41 . chore: Code formatting.
{
"name": "@uiw/react-amap",
"version": "1.7.9",
"description": "基于 React 封装的高德地图组件。AMap Component Based On React.",
"homepage": "https://uiwjs.github.io/react-amap",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"scripts": {
"prepare": "npm run build:lib",
"doc": "kkt build --app-src ./website",
"start": "kkt start --app-src ./website",
"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",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'"
},
"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"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,less,md,json}": [
"prettier --write"
]
},
"keywords": [
"react-amap",
"amap",
"map",
"react",
"bdmap",
"高德",
"地图",
"高德地图"
],
"dependencies": {
"@babel/runtime": "7.12.5"
},
"devDependencies": {
"@kkt/less-modules": "6.0.12",
"@kkt/raw-modules": "6.0.12",
"@kkt/scope-plugin-options": "6.0.12",
"@loadable/component": "5.14.1",
"@types/loadable__component": "5.13.1",
"@types/react": "16.14.2",
"@types/react-dom": "16.9.10",
"@types/react-router-dom": "5.1.5",
"@types/workbox-webpack-plugin": "5.1.5",
"@uiw/react-code-preview": "1.11.11",
"@uiw/react-github-corners": "1.2.0",
"@uiw/react-markdown-preview": "1.0.9",
"@uiw/reset.css": "1.0.4",
"compile-less-cli": "1.6.0",
"cross-env": "7.0.3",
"husky": "4.3.7",
"kkt": "6.0.12",
"lint-staged": "10.5.3",
"prettier": "2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-router-dom": "5.2.0",
"tsbb": "1.7.9"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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/houjingyu/react-amap.git
git@gitee.com:houjingyu/react-amap.git
houjingyu
react-amap
react-amap
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891