UNPKG

2.18 kBJSONView Raw
1{
2 "name": "changeset-map",
3 "version": "1.4.5",
4 "description": "",
5 "main": "dist/bundle.js",
6 "scripts": {
7 "precommit": "lint-staged",
8 "build:website": "rollup -c ./rollup.website.config.js",
9 "build": "rollup -c ./rollup.plugin.config.js",
10 "prestart": "npm run build:website",
11 "start": "http-server public",
12 "predeploy": "npm run build && npm run build:website",
13 "deploy": "gh-pages -d public"
14 },
15 "author": "Mapbox",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/osmlab/changeset-map/"
19 },
20 "license": "ISC",
21 "peerDependencies": {
22 "react": "^15.5.4",
23 "react-dom": "^15.5.4"
24 },
25 "dependencies": {
26 "@turf/bbox": "^6.0.1",
27 "@turf/bbox-polygon": "^5.1.5",
28 "@turf/helpers": "^5.1.5",
29 "global": "^4.3.2",
30 "mapbox-gl": "^0.43.0",
31 "moment": "^2.18.1",
32 "osm-adiff-parser-saxjs": "^1.0.0",
33 "platform-detect": "^3.0.0",
34 "react-click-outside": "^3.0.1",
35 "real-changesets-parser": "^1.2.3",
36 "rollup-plugin-uglify": "^2.0.1",
37 "sax": "^1.2.2",
38 "xhr": "^2.4.0"
39 },
40 "devDependencies": {
41 "babel": "^6.23.0",
42 "babel-plugin-external-helpers": "^6.22.0",
43 "babel-preset-babili": "0.0.12",
44 "babel-preset-es2015-rollup": "^3.0.0",
45 "babel-preset-react": "^6.24.1",
46 "eslint-config-mourner": "^2.0.1",
47 "eslint-plugin-react": "^7.0.0",
48 "gh-pages": "^1.0.0",
49 "http-server": "^0.10.0",
50 "husky": "^0.13.3",
51 "lint-staged": "^3.4.1",
52 "prettier": "^1.3.1",
53 "prettier-eslint-cli": "^3.4.3",
54 "react": "^15.5.4",
55 "react-dom": "^15.5.4",
56 "rollup": "^0.42.0",
57 "rollup-plugin-babel": "^2.7.1",
58 "rollup-plugin-butternut": "^0.1.0",
59 "rollup-plugin-commonjs": "^8.0.2",
60 "rollup-plugin-eslint": "^3.0.0",
61 "rollup-plugin-json": "^2.1.1",
62 "rollup-plugin-node-builtins": "^2.1.2",
63 "rollup-plugin-node-globals": "^1.1.0",
64 "rollup-plugin-node-resolve": "^3.0.0",
65 "rollup-plugin-npm": "^2.0.0",
66 "rollup-plugin-replace": "^1.1.1",
67 "rollup-plugin-sizes": "^0.3.0",
68 "rollup-watch": "^3.2.2"
69 },
70 "lint-staged": {
71 "*.js": [
72 "prettier-eslint --write ",
73 "git add"
74 ]
75 }
76}