UNPKG

4.67 kBJSONView Raw
1{
2 "name": "react-mapfilter",
3 "description": "A React Component for viewing and filtering GeoJSON",
4 "version": "1.2.9",
5 "main": "es5/index.js",
6 "peerDependencies": {
7 "react": "^15.4.1 || ^16",
8 "react-dom": "^15.4.1 || ^16",
9 "@material-ui/core": "^1.5.1"
10 },
11 "dependencies": {
12 "@mapbox/sexagesimal": "^1.0.0",
13 "@material-ui/icons": "^1.1.1",
14 "@segment/isodate": "^1.0.2",
15 "autosuggest-highlight": "^3.1.0",
16 "babel-runtime": "^6.20.0",
17 "base64-url": "^2.2.0",
18 "case": "^1.4.2",
19 "classnames": "^2.2.5",
20 "d3-dsv": "^1.0.7",
21 "debug": "^3.1.0",
22 "deep-equal": "^1.0.1",
23 "dehumanize-date": "^2.6.2",
24 "feature-filter-geojson": "^1.0.0",
25 "file-saver": "^1.3.3",
26 "flat": "^4.0.0",
27 "geojson-flatten": "^0.2.1",
28 "get-scrollbar-width": "^1.0.4",
29 "insert-css": "^2.0.0",
30 "is-buffer": "^2.0.3",
31 "localforage": "^1.5.0",
32 "lodash": "^4.16.4",
33 "mapbox-gl": "^0.46.0",
34 "moment": "^2.15.2",
35 "object-assign": "^4.1.0",
36 "prop-types": "^15.5.10",
37 "randombytes": "^2.0.5",
38 "react-autosuggest": "^9.3.2",
39 "react-date-range": "^0.9.4",
40 "react-intl": "^2.3.0",
41 "react-intl-redux": "^0.6.0",
42 "react-isolated-scroll": "^0.1.1",
43 "react-redux": "^5.0.5",
44 "react-virtualized": "^9.8.0",
45 "recompose": "^0.27.1",
46 "redux": "^3.7.1",
47 "redux-persist": "^4.8.2",
48 "redux-thunk": "^2.1.0",
49 "reselect": "^3.0.1",
50 "round-to": "^3.0.0",
51 "shallow-equal": "^1.0.0",
52 "turf-extent": "^1.0.4",
53 "url-regex": "^4.1.1",
54 "utm": "^1.1.1"
55 },
56 "devDependencies": {
57 "@material-ui/codemod": "^1.1.0",
58 "@storybook/react": "^3.2.3",
59 "babel-cli": "^6.18.0",
60 "babel-eslint": "^8.0.1",
61 "babel-plugin-react-intl": "^2.3.1",
62 "babel-plugin-transform-class-properties": "^6.24.1",
63 "babel-plugin-transform-runtime": "^6.15.0",
64 "babel-preset-env": "^1.6.0",
65 "babel-preset-react": "^6.5.0",
66 "babelify": "^7.2.0",
67 "brfs": "^1.4.3",
68 "browserify": "^14.0.0",
69 "browserify-hmr": "github:gmaclennan/browserify-hmr#gmaclennan-patch-1",
70 "budo": "^10.0.3",
71 "bundle-collapser": "^1.2.1",
72 "copyfiles": "^2.0.0",
73 "dependency-check": "^3.1.0",
74 "dotenv": "^6.0.0",
75 "envify": "^4.1.0",
76 "gh-pages": "^1.0.0",
77 "glob": "^7.1.2",
78 "history": "^4.6.3",
79 "mkdirp": "^0.5.1",
80 "precinct": "^4.2.0",
81 "pump": "^1.0.1",
82 "react": "^16.0.0",
83 "react-dom": "^16.0.0",
84 "redbox-react": "^1.4.3",
85 "request": "^2.79.0",
86 "resolve": "^1.3.3",
87 "rework": "^1.0.1",
88 "rework-import": "^2.1.0",
89 "rimraf": "^2.5.4",
90 "standard": "^11.0.1",
91 "storybook-addon-intl": "^2.1.2",
92 "tape": "^4.7.0",
93 "traverse": "^0.6.6",
94 "uglify-es": "^3.1.3",
95 "uglifyify": "^5.0.1",
96 "urlencode": "^1.1.0"
97 },
98 "license": "MIT",
99 "scripts": {
100 "check": "npm run check:used && npm run check:unused",
101 "check:used": "dependency-check ./package.json --detective precinct",
102 "check:unused": "dependency-check ./package.json --no-dev --detective precinct --unused",
103 "lint": "standard",
104 "start": "budo example/index.js:bundle.js --pushstate --dir example -- -t babelify",
105 "test": "exit 0",
106 "build:example": "mkdirp build && npm run -s build:example:statics && npm run -s build:example:js",
107 "build:example:statics": "copyfiles -u 1 'example/**/*' build",
108 "build:example:js": "NODE_ENV=production browserify -t babelify -t brfs -g envify -g uglifyify example/index.js | uglifyjs -c comparisons=false -m > build/bundle.js",
109 "build:markers": "node ./bin/build_markers.js",
110 "build:es5": "rimraf es5 && babel src/ --source-maps -d es5/",
111 "build:umd": "rimraf dist && mkdirp dist && NODE_ENV=production browserify -t babelify -g envify -g uglifyify -p bundle-collapser/plugin -s MapFilter src/index.js | uglifyjs -c warnings=false,comparisons=false -m > dist/react-mapfilter.js",
112 "watch": "rimraf es5 && babel src/ -w --source-maps -d es5/",
113 "prepublish": "npm run build:es5 & npm run build:umd",
114 "storybook": "start-storybook -p 6006",
115 "build-storybook": "build-storybook"
116 },
117 "standard": {
118 "parser": "babel-eslint",
119 "ignore": [
120 "build/**"
121 ]
122 },
123 "directories": {
124 "example": "example",
125 "test": "test"
126 },
127 "repository": {
128 "type": "git",
129 "url": "git+https://github.com/digidem/react-mapfilter.git"
130 },
131 "keywords": [
132 "react",
133 "geojson",
134 "map",
135 "filter"
136 ],
137 "author": "Digital Democracy",
138 "bugs": {
139 "url": "https://github.com/digidem/react-mapfilter/issues"
140 },
141 "homepage": "https://github.com/digidem/react-mapfilter#readme"
142}