-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.41 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
{
"name": "tanken",
"version": "2.0.0",
"description": "PWA fuer Diesel- und Spritpreise",
"private": true,
"scripts": {
"dev": "next dev --port 3847",
"build": "next build",
"start": "next start --port 3847",
"typecheck": "tsc --noEmit"
},
"keywords": [
"pwa",
"fuel",
"diesel",
"tankstelle"
],
"author": "Felitendo",
"license": "MIT",
"engines": {
"node": ">=22"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@tailwindcss/postcss": "^4.2.1",
"autoprefixer": "^10.4.27",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"next": "^16.0.0",
"next-themes": "^0.4.6",
"nodemailer": "^8.0.2",
"pg": "^8.16.3",
"postcss": "^8.5.8",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.75.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"web-haptics": "^0.0.6",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^24.8.1",
"@types/nodemailer": "^7.0.11",
"@types/pg": "^8.15.6",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"typescript": "^5.9.3"
}
}