1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "react-amap-next",
- "version": "1.2.2",
- "description": "这是高德地图的react版本,相比react-amap更加简单,更加贴合react用户",
- "keywords": [
- "react",
- "react-amap",
- "react-amap-next",
- "amap",
- "高德地图"
- ],
- "main":"lib/index.js",
- "homepage": "https://github.com/windsome/react-amap-next",
- "author": "windsome.feng <36081189@qq.com> (https://github.com/windsome/)",
- "scripts": {
- "build:lib": "cross-env BABEL_ENV=es babel src/lib --out-dir lib",
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test --env=jsdom",
- "eject": "react-scripts eject"
- },
- "dependencies": {
- "classnames": "^2.2.6",
- "lodash-es": "^4.17.15",
- "react": "^16.4.1",
- "react-dom": "^16.4.1",
- "react-scripts": "2.0.5"
- },
- "devDependencies": {
- "babel-cli": "6.14.0",
- "babel-plugin-external-helpers": "^6.22.0",
- "babel-plugin-transform-class-properties": "^6.24.1",
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
- "babel-preset-env": "^1.6.1",
- "babel-preset-es2015": "^6.24.1",
- "babel-preset-react": "^6.24.1",
- "cross-env": "^5.1.4",
- "prop-types": "^15.6.0"
- },
- "babel": {
- "env": {
- "es": {
- "presets": [
- [
- "env",
- {
- "modules": false
- }
- ],
- "react"
- ],
- "plugins": [
- "transform-object-rest-spread",
- "transform-class-properties"
- ]
- }
- }
- },
- "browserslist": [
- ">0.2%",
- "not dead",
- "not ie <= 11",
- "not op_mini all"
- ]
- }
|