forked from toto04/tmsu.cc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.36 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.36 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "polinet.cc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 6111",
"build": "next build --turbopack",
"build:analyze": "ANALYZE=true SKIP_ENV_VALIDATION=true next build",
"start": "next start",
"check": "biome check",
"check:fix": "biome check --write",
"docker:build": "docker build -t tmsu-cc .",
"docker:run": "docker run -p 6111:6111 tmsu-cc",
"docker:dev": "docker-compose up --build",
"docker:prod": "docker-compose -f docker-compose.prod.yml up -d",
"docker:down": "docker-compose down",
"docker:logs": "docker-compose logs -f app"
},
"dependencies": {
"@conform-to/react": "^1.13.2",
"@conform-to/zod": "^1.13.2",
"@hookform/resolvers": "^5.2.1",
"@icons-pack/react-simple-icons": "^13.8.0",
"@next/bundle-analyzer": "^16.0.1",
"@openapi-contrib/json-schema-to-openapi-schema": "^4.2.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@scalar/nextjs-api-reference": "^0.8.23",
"@t3-oss/env-nextjs": "^0.13.8",
"@tanstack/react-query": "^5.90.5",
"@ts-rest/core": "3.52.1",
"@ts-rest/next": "3.52.1",
"@ts-rest/open-api": "3.52.1",
"@ts-rest/serverless": "^3.52.1",
"@types/pg": "^8.15.5",
"ajv": "^8.17.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.552.0",
"nanoid": "^5.1.5",
"next": "15.5.9",
"next-themes": "^0.4.6",
"pg": "^8.16.3",
"qr-code-styling": "^1.9.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.62.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"use-debounce": "^10.0.6",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^24.3.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "^1.0.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.8",
"typescript": "^5"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}