-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
86 lines (86 loc) · 2.53 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
{
"name": "insight-to-impact",
"version": "1.0.0",
"description": "Unleashing the power of data for financial inclusion",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/eslint --ext .js ./app/assets/javascripts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vizzuality/i2i.git"
},
"keywords": [
"financial"
],
"author": "Vizzuality <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vizzuality/i2i/issues"
},
"homepage": "https://github.com/Vizzuality/i2i#readme",
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-react": "^7.6.3",
"@rails/webpacker": "^4.0.7",
"axios": "^0.18.1",
"babel-eslint": "^8.2.6",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.6",
"csvtojson": "^2.0.8",
"d3-format": "^1.4.2",
"dotenv": "^8.0.0",
"es6-promise": "^4.2.8",
"isomorphic-fetch": "^2.2.1",
"layer-manager": "1.15.3",
"lodash": "^4.17.13",
"node-sass": "^4.9.2",
"numeral": "^2.0.6",
"postcss-cssnext": "^3.1.0",
"promise.prototype.finally": "^3.1.1",
"prop-types": "^15.7.2",
"query-string": "5.1.1",
"raw-loader": "^0.5.1",
"rc-slider": "^8.6.1",
"react": "16.8.2",
"react-dom": "16.8.2",
"react-dropzone": "^10.1.5",
"react-dropzone-uploader": "2.8.1",
"react-geosuggest": "^2.8.0",
"react-modal": "^3.5.1",
"react-redux": "^5.0.7",
"react-select": "^2.4.3",
"react_ujs": "^2.6.0",
"recharts": "^1.8.5",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-thunk": "^2.3.0",
"redux-tools": "github:vizzuality/redux-tools#3.3.0",
"remove": "^0.1.5",
"reselect": "^3.0.1",
"resolve-url-loader": "2.3.2",
"superagent": "^4.1.0",
"transform-runtime": "^0.0.0",
"tslib": "^1.9.3",
"vega-lib": "^4.2.0",
"vega-tooltip": "^0.13.0",
"wri-api-components": "2.2.7-alpha.2",
"wri-json-api-serializer": "^1.0.1"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-vizzuality": "^1.0.14",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"webpack-dev-server": "^3.8.1"
}
}