-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "holc",
"version": "0.0.2",
"description": "Application to explore and analyze HOLC maps and area descriptions.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js --mode development",
"dist": "webpack --config webpack.prod.js",
"test": "gulp test",
"lint": "eslint ./src",
"build:basemaps": "node_modules/.bin/cartodb-yaml ./basemaps/cartodb/basemaps.yml > ./basemaps/cartodb/basemaps.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rnelson2/holc"
},
"keywords": [
"visualization",
"geospatial",
"maps",
"mapping",
"dataviz",
"geoviz"
],
"author": "digitalscholarshiplab",
"license": "ISC",
"dependencies": {
"d3": "^5.5.0",
"esri-leaflet": "^2.2.3",
"esri-leaflet-vector": "^2.0.1",
"flux": "^2.1.1",
"intro.js": "^2.9.3",
"leaflet": "^1.3.1",
"leaflet.vectorgrid": "^1.3.0",
"mapbox-gl": "^0.53.0-beta.1",
"polylabel": "^1.0.2",
"proj4leaflet": "^1.0.2",
"prop-types": "^15.6.2",
"queue-async": "^1.0.7",
"rc-slider": "^8.6.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-leaflet": "^2.1.4",
"react-leaflet-vectorgrid": "^2.2.1",
"react-redux": "^6.0.0",
"react-typeahead": "^2.0.0-alpha.8",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@mapbox/geojson-area": "^0.2.2",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"cartodb-yaml": "^0.1.0",
"css-loader": "^2.1.0",
"eslint": "^5.11.1",
"eslint-config-airbnb-standard": "^2.1.6",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.2",
"eslint-plugin-standard": "^4.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"json-loader": "^0.5.7",
"lodash": "^3.10.1",
"node-sass": "^4.11.0",
"request": "^2.88.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.5"
}
}