-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 892 Bytes
/
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
{
"name": "redlining_data",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@adobe/react-spectrum": "^3.15.1",
"@deck.gl/core": "8.6.5",
"@deck.gl/extensions": "8.6.5",
"@deck.gl/layers": "8.6.5",
"@deck.gl/mapbox": "8.6.5",
"@deck.gl/react": "8.6.5",
"@loaders.gl/csv": "^3.2.3",
"@math.gl/web-mercator": "^3.5.7",
"d3-force": "^3.0.0",
"d3-scale": "^4.0.2",
"mapbox-gl": "1.13.2",
"next": "12.0.10",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-json-editor-ajrm": "^2.5.13",
"react-map-gl": "5.3.19",
"recharts": "^2.1.9"
},
"devDependencies": {
"@react-spectrum/contextualhelp": "^3.0.0",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10"
}
}