-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
88 lines (88 loc) · 2.37 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": "waterbird-population",
"version": "0.1.0",
"private": true,
"dependencies": {
"@loadable/component": "^5.12.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@tippyjs/react": "^4.1.0",
"axios": "^0.21.2",
"axios-cache-adapter": "^2.5.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.6.1",
"crypto-js": "^4.0.0",
"d3-ease": "^1.0.6",
"d3-format": "^2.0.0",
"deck.gl": "7.3.6",
"downloadjs": "^1.4.7",
"express": "^4.18.2",
"fuse.js": "^6.4.1",
"js-cookie": "^2.2.1",
"layer-manager": "^3.0.6",
"localforage": "^1.7.3",
"luma.gl": "7.3.2",
"moment": "^2.27.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.7",
"react": "^16.12.0",
"react-csv": "^2.0.3",
"react-dom": "^16.12.0",
"react-map-gl": "^5.2.1",
"react-modal": "^3.11.1",
"react-redux": "^7.1.3",
"react-responsive": "^8.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"react-select": "^3.1.1",
"react-stickynode": "^3.0.4",
"react-tippy": "^1.3.4",
"recharts": "^1.8.5",
"redux-devtools-extension": "^2.13.8",
"redux-first-router": "^2.1.5",
"redux-first-router-link": "^2.1.1",
"redux-first-router-restore-scroll": "^1.2.2",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sass": "^1.56.1",
"viewport-mercator-project": "6.1.1",
"vizzuality-redux-tools": "^4.1.1"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"web": "node scripts/heroku-start.js"
},
"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"
]
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.0.10",
"prettier": "^2.0.4",
"redux-devtools-cli": "^0.0.1-1"
},
"engines": {
"node": "18.12.1"
}
}