-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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": "gfw-sandbox",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@deck.gl/core": "9.0.36",
"@deck.gl/extensions": "^9.0.36",
"@deck.gl/geo-layers": "9.0.36",
"@deck.gl/layers": "9.0.36",
"@deck.gl/mesh-layers": "^9.0.36",
"@deck.gl/react": "9.0.36",
"@globalfishingwatch/timebar": "^5.0.14",
"@globalfishingwatch/ui-components": "^14.0.9",
"@loaders.gl/core": "4.3.2",
"@loaders.gl/loader-utils": "4.3.2",
"@loaders.gl/schema": "4.3.2",
"@loaders.gl/worker-utils": "4.3.2",
"d3-scale": "^4.0.2",
"es-toolkit": "^1.27.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"pbf": "4.0.1",
"qs": "^6.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simple-statistics": "^7.8.7"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/d3-scale": "^4.0.8",
"@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2",
"@types/qs": "^6.9.17",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11"
}
}