UNPKG

2.3 kBJSONView Raw
1{
2 "name": "tmp-react-map-gl-draw",
3 "description": "A lite version editing layer with react",
4 "license": "MIT",
5 "version": "0.16.119",
6 "author": "Xintong Xia <xintong@uber.com>",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/uber/nebula.gl"
10 },
11 "keywords": [
12 "svg",
13 "visualization",
14 "editing"
15 ],
16 "main": "dist/index.js",
17 "module": "dist-es6/index.js",
18 "files": [
19 "dist",
20 "dist-es6",
21 "src"
22 ],
23 "scripts": {
24 "build-clean": "rm -fr dist dist-es6 && mkdir -p dist dist-es6",
25 "build-es6": "rm -fr dist-es6 && BABEL_ENV=es6 babel src --config-file ./babel.config.js --out-dir dist-es6 --source-maps inline",
26 "build-es5": "rm -fr dist && BABEL_ENV=es5 babel src --config-file ./babel.config.js --out-dir dist --source-maps inline",
27 "build": "yarn build-clean && yarn build-es6 && yarn build-es5",
28 "flow": "(cd ../.. && yarn flow)",
29 "lint": "(cd ../.. && yarn lint)",
30 "prepublish": "yarn build",
31 "publish-prod": "yarn build && yarn test && yarn test-dist && npm publish",
32 "publish-beta": "yarn build && yarn test && yarn test-dist && npm publish --tag beta",
33 "test": "yarn lint && yarn build && yarn flow && yarn jest"
34 },
35 "dependencies": {
36 "@babel/cli": "^7.0.0",
37 "@babel/core": "^7.1.0",
38 "@babel/plugin-proposal-class-properties": "^7.0.0",
39 "@babel/plugin-proposal-export-default-from": "^7.0.0",
40 "@babel/plugin-transform-runtime": "^7.0.0",
41 "@babel/preset-env": "^7.0.0",
42 "@babel/preset-flow": "^7.0.0",
43 "@babel/preset-react": "^7.0.0",
44 "@babel/register": "^7.0.0",
45 "@nebula.gl/edit-modes": "0.16.0",
46 "@turf/circle": "^6.0.1",
47 "@turf/helpers": "^6.1.4",
48 "babel-core": "^7.0.0-bridge.0",
49 "babel-eslint": "^9.0.0",
50 "babel-jest": "^24.8.0",
51 "babel-loader": "^8.0.0",
52 "babel-plugin-version-inline": "^1.0.0",
53 "babel-polyfill": "^7.0.0-beta.3",
54 "babel-preset-stage-0": "^6.24.1",
55 "mjolnir.js": "^2.2.1",
56 "prop-types": "^15.7.2",
57 "uuid": "^3.3.2",
58 "viewport-mercator-project": "^6.1.0"
59 },
60 "devDependencies": {
61 "react-map-gl": "^5.0.2"
62 },
63 "peerDependencies": {
64 "react": "^16.x",
65 "react-dom": "^16.x",
66 "react-map-gl": "^5.x"
67 },
68 "resolutions": {
69 "@turf/difference": "6.0.1"
70 }
71}