forked from fsek/WWW-Web
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"name": "foobar-eats-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate-api": "bun run scripts/generate-api.ts",
"deploy-generate-api": "bun run scripts/generate-api.ts https://stage.backend.fsektionen.se/openapi.json"
},
"dependencies": {
"@hey-api/client-fetch": "^0.4.4",
"@tailwindcss/postcss": "^4.0.9",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.67.1",
"@tanstack/react-table": "^8.21.2",
"@types/bun": "^1.2.23",
"biome": "^0.3.3",
"next": "15.4.10",
"react": "^18.3.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.0.9",
"zod": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@hey-api/openapi-ts": "^0.84.0",
"@types/node": "^22.13.9",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"lightningcss": "^1.29.1",
"postcss": "^8.5.3",
"typescript": "^5.8.2"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-arm64-gnu": "^4.1.5",
"@tailwindcss/oxide-linux-arm64-musl": "^4.1.5",
"lightningcss-linux-arm64-gnu": "^1.29.3",
"lightningcss-linux-arm64-musl": "^1.29.3"
}
}