-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
98 lines (98 loc) · 2.7 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
{
"name": "aq-flood-client",
"version": "0.1.2",
"private": true,
"homepage": ".",
"dependencies": {
"aqueduct-components": "^1.1.10",
"autoprefixer": "^9.0.1",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-polyfill": "^6.26.0",
"basic-auth": "^2.0.0",
"bluebird": "^3.5.2",
"body-parser": "^1.18.2",
"canvas": "^2.6.0",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"d3-format": "^1.3.2",
"dotenv": "^5.0.1",
"es6-promise": "^4.2.4",
"express": "^4.16.3",
"express-session": "^1.15.6",
"file-saver": "^2.0.2",
"http-status": "^1.2.0",
"iframe-resizer": "^3.6.2",
"isomorphic-fetch": "^2.2.1",
"js-base64": "^2.4.9",
"jsona": "^1.1.14",
"layer-manager": "^1.13.2",
"lodash": "^4.17.19",
"mobile-detect": "^1.4.1",
"morgan": "^1.9.0",
"node-sass": "^4.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"prop-types": "^15.6.2",
"query-string": "^6.8.3",
"react": "^16.11.0",
"react-addons-shallow-compare": "15.6.2",
"react-css-modules": "^4.7.6",
"react-dom": "^16.11.0",
"react-dom-factories": "1.0.2",
"react-form": "^3.5.5",
"react-ga": "2.2.0",
"react-iframe-resizer-super": "^0.2.0",
"react-redux": "^5.0.7",
"react-render-html": "^0.6.0",
"react-responsive": "^4.1.0",
"react-scripts": "3.2.0",
"react-tether": "^2.0.4",
"react-transition-group": "^1.1.2",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-first-router": "^2.1.5",
"redux-first-router-link": "^2.1.1",
"redux-thunk": "^2.2.0",
"redux-tools": "github:vizzuality/redux-tools#3.3.0",
"reselect": "^3.0.1",
"sass-flex-mixin": "^1.0.3",
"vega": "^4.2.0",
"vega-lib": "^4.2.0",
"vega-tooltip": "^0.19.1",
"vizzuality-components": "^3.0.0-beta.11",
"wri-json-api-serializer": "^1.0.1"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-import-resolver-babel-module": "5.0.0-beta.1",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.10.0",
"glob": "^7.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "yarn build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}