forked from Vizzuality/Aqueduct-Water_Food_Security
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
125 lines (125 loc) · 4.03 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "aqueduct-water-food-security",
"version": "0.1.8",
"description": "Aqueduct is WRI's water risk platform: it helps you find out where there is water risk across the world. The Water and Food Security Analizer is one of the five tools that Aqueduct offers to analyze the global water risk.",
"main": "server.js",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --config ./config/webpack/webpack.config.prod.js --progress --colors",
"test": "eslint .",
"dev": "NODE_ENV=development webpack-dev-server --config ./config/webpack/webpack.config.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vizzuality/Aqueduct-Water_Food_Security.git"
},
"author": "Miguel Barrenechea <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vizzuality/Aqueduct-Water_Food_Security/issues"
},
"homepage": ".",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/runtime-corejs3": "^7.4.5",
"aqueduct-components": "^0.3.14",
"autoprefixer": "^9.6.0",
"axios": "^0.18.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"basic-auth": "^2.0.0",
"body-parser": "^1.15.2",
"camelcase": "^4.1.0",
"camelcase-keys": "^6.0.0",
"canvas": "^1.6.2",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"clipboard": "^1.5.16",
"core-js": "3",
"css-loader": "^3.0.0",
"d3-array": "^2.2.0",
"d3-format": "^1.3.2",
"date-fns": "^2.14.0",
"dom-to-image": "^2.5.2",
"dotenv": "^2.0.0",
"es6-promise": "^4.2.8",
"express": "^4.13.4",
"fetch-jsonp": "^1.0.5",
"file-loader": "^0.9.0",
"file-saver": "^2.0.2",
"html-pdf": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"js-cookie": "^2.1.4",
"json-loader": "^0.5.4",
"jsonapi-serializer": "^3.4.1",
"layer-manager": "1.15.3",
"leaflet": "^1.1.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"morgan": "^1.7.0",
"node-gyp": "^3.4.0",
"node-sass": "^4.1.1",
"normalize.css": "^5.0.0",
"postcss-loader": "^3.0.0",
"pretty-error": "^2.0.2",
"promise.prototype.finally": "^3.1.1",
"prop-types": "^15.7.2",
"prunecluster": "^2.0.0-beta.3",
"raw-loader": "^0.5.1",
"react": "16",
"react-addons-css-transition-group": "^15.2.1",
"react-addons-shallow-compare": "^15.3.2",
"react-dom": "16",
"react-fast-compare": "^2.0.4",
"react-ga": "^2.6.0",
"react-redux": "^4.4.5",
"react-redux-toastr": "^7.1.5",
"react-responsive": "^1.2.6",
"react-router": "3",
"react-router-redux": "^4.0.5",
"react-router-scroll": "^0.2.0",
"react-sortable-hoc": "^0.4.5",
"react-tether": "^0.5.6",
"redux": "^3.5.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.1.0",
"regenerator-runtime": "^0.13.2",
"reselect": "^2.5.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^0.5.7",
"vega": "2.5.2",
"vega-lib": "^4.4.0",
"vizzuality-components": "^2.0.0",
"webpack": "^4.35.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.5",
"webpack-dev-middleware": "^3.7.0",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"whatwg-fetch": "^2.0.1",
"wri-json-api-serializer": "^1.0.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-vizzuality": "^1.3.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"mocha": "^3.0.0"
},
"engines": {
"node": "10.20.1"
}
}