-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 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
{
"name": "rdeck",
"version": "0.5.2",
"private": true,
"scripts": {
"build": "node esbuild.config.mjs",
"watch-dev": "node esbuild.config.mjs --dev",
"codegen": "node ./scripts/generate-layers.js && node ./scripts/generate-validators.js"
},
"dependencies": {
"@danmarshall/deckgl-typings": "^4.9.27",
"@deck.gl/aggregation-layers": "8.8.23",
"@deck.gl/core": "8.8.23",
"@deck.gl/extensions": "8.8.23",
"@deck.gl/geo-layers": "8.8.23",
"@deck.gl/layers": "8.8.23",
"@deck.gl/mesh-layers": "8.8.23",
"@deck.gl/react": "8.8.23",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@luma.gl/constants": "^8.5.18",
"@math.gl/web-mercator": "^3.6.3",
"@mdi/svg": "^7.1.96",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.6",
"@nebula.gl/edit-modes": "^1.0.4",
"@nebula.gl/layers": "^1.0.4",
"@types/d3-scale": "^4.0.3",
"@types/geojson": "^7946.0.10",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"d3-scale": "^4.0.2",
"deck.gl": "8.8.23",
"mapbox-gl": "2.12.0",
"nebula.gl": "^1.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.21"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"ejs": "^3.1.8",
"esbuild": "^0.17.5",
"esbuild-plugin-svgr": "^1.0.1",
"esbuild-style-plugin": "^1.6.1",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
"postcss-import": "^15.1.0",
"postcss-mixins": "^9.0.4",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.3",
"snake-case": "^3.0.4",
"typescript": "^4.9.5"
},
"prettier": {
"printWidth": 100
}
}