-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
{
"name": "wpd-dashboard",
"version": "0.1.0",
"description": "Web application visualising data from the waterproofing data project.",
"author": "Andy Clarke<[email protected]>",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@axe-core/react": "^4.4.3",
"@deck.gl/aggregation-layers": "^8.7.5",
"@deck.gl/core": "^8.7.9",
"@deck.gl/geo-layers": "^8.7.11",
"@deck.gl/layers": "^8.7.7",
"@deck.gl/mapbox": "^8.7.7",
"@deck.gl/react": "^8.7.4",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.8.2",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.5.3",
"@urbanbigdatacentre/data-blocks": "^0.0.5",
"axios": "^0.27.2",
"d3": "^7.4.4",
"next": "12.1.4",
"next-redux-wrapper": "^7.0.5",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "17.0.2",
"react-map-gl": "^7.0.11",
"react-player": "^2.10.0",
"react-promise-tracker": "^2.1.0",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"sharp": "^0.30.6",
"supercluster": "^7.1.5",
"swiper": "^8.1.4"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.4"
}
}