-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.02 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.02 KB
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
{
"name": "viz",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "cd packages/upstream-api && npm run build && cd ../.. && tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.18.3",
"@tanstack/react-query": "^5.76.1",
"@tapis/tapisui-hooks": "^0.0.3",
"@types/leaflet-draw": "^1.0.11",
"@types/lodash": "^4.17.16",
"@upstream/upstream-api": "file:./packages/upstream-api",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-dsv": "^3.0.1",
"d3-format": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-zoom": "^3.0.0",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-lazy-load-image-component": "^1.6.2",
"react-leaflet": "^4.2.1",
"react-leaflet-geoman-v2": "^1.0.1",
"react-router-dom": "^5.3.4"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/d3": "^7.4.3",
"@types/d3-array": "^3.2.1",
"@types/d3-brush": "^3.0.6",
"@types/d3-dsv": "^3.0.7",
"@types/d3-format": "^3.0.4",
"@types/d3-scale": "^4.0.9",
"@types/d3-selection": "^3.0.11",
"@types/d3-shape": "^3.1.7",
"@types/d3-zoom": "^3.0.8",
"@types/js-cookie": "^3.0.6",
"@types/leaflet": "^1.9.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.0"
}
}