forked from BetterBahn/betterbahn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 981 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 981 Bytes
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
{
"name": "db_ticket",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-only",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "docker build",
"oxlint": "oxlint"
},
"dependencies": {
"db-hafas-stations": "^2.0.0",
"db-vendo-client": "^6.8.2",
"next": "15.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "24.3.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.8",
"oxlint": "^1.14.0",
"tailwindcss": "^4",
"typescript": "^5.9.2",
"zod": "^4.1.3"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "10.15.0",
"onFail": "download"
}
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
}