forked from michaelchristwin/m3terscan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.78 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.78 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
{
"name": "m3terscan",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"openapi-ts": "openapi-ts"
},
"dependencies": {
"@bprogress/core": "^1.3.4",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-router/node": "^7.10.1",
"@react-router/serve": "^7.10.1",
"@tanstack/react-query": "^5.90.12",
"@vercel/react-router": "^1.2.4",
"@wagmi/core": "^2.22.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"isbot": "^5.1.32",
"lucide-react": "^0.544.0",
"m3ter-graphql-client": "^2.1.3",
"m3ters": "^1.0.9",
"maplibre-gl": "^5.14.0",
"motion": "^12.23.26",
"react": "^19.2.3",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.3",
"react-error-boundary": "^6.0.0",
"react-map-gl": "^8.1.0",
"react-router": "^7.10.1",
"recharts": "2.15.4",
"remix-utils": "^8.8.0",
"tailwind-merge": "^3.4.0",
"viem": "^2.41.2",
"wagmi": "^2.19.5",
"zod": "^4.1.13",
"zustand": "^5.0.9"
},
"devDependencies": {
"@hey-api/openapi-ts": "0.88.0",
"@react-router/dev": "^7.10.1",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^20.19.26",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.2.7",
"vite-tsconfig-paths": "^5.1.4"
},
"overrides": {
"react-is": "^19.0.0-rc-69d4b800-20241021"
}
}