UNPKG

1.93 kBJSONView Raw
1{
2 "name": "changeset-map",
3 "version": "1.2.0",
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": "",
16 "license": "ISC",
17 "peerDependencies": {
18 "react": "^15.5.4",
19 "react-dom": "^15.5.4"
20 },
21 "dependencies": {
22 "@turf/bbox-polygon": "^4.3.0",
23 "@turf/helpers": "^4.3.0",
24 "mapbox-gl": "^0.37.0",
25 "global": "^4.3.2",
26 "moment": "^2.18.1",
27 "osm-adiff-parser-saxjs": "^1.0.0",
28 "real-changesets-parser": "^1.2.3",
29 "rollup-plugin-uglify": "^2.0.1",
30 "sax": "^1.2.2",
31 "xhr": "^2.4.0"
32 },
33 "devDependencies": {
34 "babel": "^6.23.0",
35 "babel-plugin-external-helpers": "^6.22.0",
36 "babel-preset-babili": "0.0.12",
37 "babel-preset-es2015-rollup": "^3.0.0",
38 "babel-preset-react": "^6.24.1",
39 "eslint-config-mourner": "^2.0.1",
40 "eslint-plugin-react": "^7.0.0",
41 "gh-pages": "^1.0.0",
42 "http-server": "^0.10.0",
43 "husky": "^0.13.3",
44 "lint-staged": "^3.4.1",
45 "prettier": "^1.3.1",
46 "prettier-eslint-cli": "^3.4.3",
47 "rollup": "^0.42.0",
48 "rollup-plugin-babel": "^2.7.1",
49 "rollup-plugin-butternut": "^0.1.0",
50 "rollup-plugin-commonjs": "^8.0.2",
51 "rollup-plugin-eslint": "^3.0.0",
52 "rollup-plugin-json": "^2.1.1",
53 "rollup-plugin-node-builtins": "^2.1.2",
54 "rollup-plugin-node-globals": "^1.1.0",
55 "rollup-plugin-node-resolve": "^3.0.0",
56 "rollup-plugin-npm": "^2.0.0",
57 "rollup-plugin-replace": "^1.1.1",
58 "rollup-plugin-sizes": "^0.3.0",
59 "rollup-watch": "^3.2.2"
60 },
61 "lint-staged": {
62 "*.js": [
63 "prettier-eslint --write ",
64 "git add"
65 ]
66 }
67}