UNPKG

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