123456789101112131415161718192021222324252627 |
- {
- "name": "react-amap-next",
- "version": "1.1.1",
- "description": "这是高德地图的react版本,相比react-amap更加简单,更加贴合react用户",
- "keywords": [
- "react",
- "react-amap",
- "react-amap-next",
- "amap",
- "高德地图"
- ],
- "homepage": "https://github.com/windsome/react-amap-next",
- "author": "windsome.feng <36081189@qq.com> (https://github.com/windsome/)",
- "dependencies": {
- "classnames": "^2.2.6",
- "lodash": "^4.17.10",
- "react": "^16.4.1",
- "react-dom": "^16.4.1",
- "react-scripts": "1.1.4"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test --env=jsdom",
- "eject": "react-scripts eject"
- }
- }
|