-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.51 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": "ns-spoorkaart",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.2.2",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@jimp/png": "^0.16.2",
"@mantine/core": "^6.0.11",
"@mantine/hooks": "^6.0.11",
"@mantine/next": "^6.0.11",
"@prisma/client": "4.14.1",
"@redis/json": "^1.0.4",
"@sentry/nextjs": "^7.37.1",
"@svgr/webpack": "^6.5.1",
"@tabler/icons": "^1.112.0",
"@tabler/icons-react": "^2.21.0",
"@tanstack/react-query": "^4.16.1",
"@tanstack/react-query-devtools": "^4.12.0",
"@trpc/client": "^10.0.0-rc.8",
"@trpc/next": "^10.0.0-rc.8",
"@trpc/react-query": "^10.0.0-rc.8",
"@trpc/server": "^10.0.0-rc.8",
"@turf/bbox": "^6.5.0",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"jimp": "^0.16.2",
"mapbox-gl": "npm:empty-npm-package@1.0.0",
"maplibre-gl": "^2.4.0",
"next": "^13.4.4",
"node-sass": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.19",
"redis": "^4.3.1",
"replace-color": "^2.3.0",
"sharp": "^0.32.1",
"zod": "^3.19.1",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/node": "18.11.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "^13.4.4",
"prisma": "^4.14.1",
"typescript": "4.8.4"
}
}