-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.32 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
{
"name": "executive-abroad",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"dist": "webpack --config webpack.prod.js",
"lint": "eslint ./src",
"build:basemaps": "node_modules/.bin/cartodb-yaml ./basemaps/cartodb/basemaps.yml > ./basemaps/cartodb/basemaps.json"
},
"author": "DSL",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/americanpanorama/executiveabroad.git"
},
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
"@mapbox/geojson-merge": "^1.0.2",
"@types/polylabel": "^1.0.5",
"cartodb-client": "github:stamen/cartodb-client",
"csvtojson": "^1.1.9",
"d3": "^4.12.2",
"geojson-dissolve": "^3.1.0",
"mapshaper": "^0.4.60",
"parse-full-name": "^1.2.3",
"point-in-svg-polygon": "^1.0.20",
"polylabel": "^1.0.2",
"prop-types": "^15.6.1",
"queue-async": "^1.0.7",
"react": "^16.3.0",
"react-addons-shallow-compare": "^15.6.2",
"react-dom": "^16.3.0",
"react-download-svg": "0.0.4",
"react-draggable": "^3.0.5",
"react-modal": "^3.6.1",
"react-toggle-button": "^2.2.0",
"react-typeahead": "^2.0.0-alpha.8",
"replace-in-file": "^3.4.2",
"topojson-client": "^3.0.0",
"topojson-server": "^3.0.0",
"topojson-simplify": "^3.0.2"
},
"devDependencies": {
"@turf/turf": "^5.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.9",
"eslint": "^4.19.1",
"eslint-config-airbnb-standard": "^1.6.6",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-standard": "^3.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"flux": "^3.1.3",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"html-webpack-template": "^6.1.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.10.0",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^2.11.0",
"webpack-merge": "^4.1.2"
}
}