-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.75 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
58
59
{
"name": "railboard",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@fontsource/source-sans-pro": "^5.0.0",
"@fontsource/ubuntu": "^5.0.0",
"@headlessui/react": "^1.7.3",
"@mantine/hooks": "^6.0.0",
"@upstash/redis": "^1.16.1",
"clsx": "^2.0.0",
"dayjs": "^1.11.5",
"nanoid": "^4.0.0",
"nanoid-dictionary": "^4.3.0",
"next": "13.4.12",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"react-loader-spinner": "^5.3.4",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.7",
"swr": "^2.0.0",
"tabler-icons-react": "^1.55.0",
"use-detect-keyboard-open": "^0.4.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@tanstack/query-core": "^4.12.0",
"@types/nanoid-dictionary": "^4.2.0",
"@types/node": "18.17.1",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/hafas-client": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.7",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"postcss": "^8.4.14",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.0",
"tailwindcss": "^3.1.6",
"@tailwindcss/typography": "^0.5.9",
"typescript": "^5.0.0"
},
"ct3aMetadata": {
"initVersion": "6.3.0"
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}