-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
{
"name": "big-nasty-election-map",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev && npx prisma generate",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.2.0",
"@neondatabase/serverless": "^0.10.3",
"@prisma/adapter-neon": "^5.22.0",
"@prisma/client": "^5.22.0",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@types/d3": "^7.4.3",
"@types/d3-v4": "npm:@types/d3@^4.13.15",
"as": "^0.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"d3-v4": "npm:[email protected]",
"lucide-react": "^0.460.0",
"mapbox-gl": "^3.8.0",
"next": "^15.0.3",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"shadcn-ui": "^0.2.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/geojson": "^7946.0.14",
"@types/node": "20.17.7",
"@types/react": "18.3.12",
"@types/react-dom": "^18",
"@types/ws": "^8.5.13",
"bufferutil": "^4.0.8",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.2"
}
}