1 Star 2 Fork 0

DiDi-opensource / react-tmap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
{
"private": false,
"name": "@map-component/react-tmap",
"version": "0.1.4",
"description": "基于腾讯地图JavaScript API GL、TypeScript 封装适用于 react 的高性能地图组件库",
"repository": {
"type": "git",
"url": "https://github.com/didi/react-tmap.git"
},
"bugs": {
"url": "https://github.com/didi/react-tmap/issues"
},
"homepage": "https://didi.github.io/react-tmap/",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"keywords": [
"map",
"tmap",
"qqmap",
"react map",
"map component"
],
"scripts": {
"dev": "dumi dev",
"start:server": "NODE_ENV=server dumi dev ",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"build": "father-build",
"deploy": "npm run docs:build && npm run docs:deploy",
"release": "npm run build && npm publish",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"files": [
"dist"
],
"typings": "dist/index.d.ts",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"peerDependencies": {
"@map-component/tmap-types": "^0.1.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@map-component/tmap-types": "^0.1.1",
"@types/events": "^3.0.0",
"@umijs/test": "^3.0.5",
"dumi": "1.1.32",
"father-build": "^1.17.2",
"gh-pages": "^3.0.0",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"yorkie": "^2.0.0"
}
}
1
https://gitee.com/didiopensource/react-tmap.git
git@gitee.com:didiopensource/react-tmap.git
didiopensource
react-tmap
react-tmap
main

搜索帮助