2026-03-01 03:04:24 +08:00
|
|
|
{
|
|
|
|
|
"name": "sub2apipay",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2026-03-04 17:06:27 +08:00
|
|
|
"packageManager": "pnpm@10.30.3",
|
2026-03-01 03:04:24 +08:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint",
|
2026-03-01 17:58:08 +08:00
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"format": "prettier --write .",
|
|
|
|
|
"format:check": "prettier --check .",
|
2026-03-01 03:04:24 +08:00
|
|
|
"test": "vitest run",
|
|
|
|
|
"test:watch": "vitest"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@prisma/adapter-pg": "7.4.1",
|
|
|
|
|
"@prisma/client": "^7.4.2",
|
2026-03-04 10:58:07 +08:00
|
|
|
"@stripe/stripe-js": "^8.9.0",
|
2026-03-01 03:04:24 +08:00
|
|
|
"next": "16.1.6",
|
|
|
|
|
"pg": "^8.19.0",
|
2026-03-01 14:20:14 +08:00
|
|
|
"qrcode": "^1.5.4",
|
2026-03-01 03:04:24 +08:00
|
|
|
"react": "19.2.3",
|
|
|
|
|
"react-dom": "19.2.3",
|
2026-03-04 17:06:27 +08:00
|
|
|
"recharts": "^3.7.0",
|
2026-03-01 17:58:08 +08:00
|
|
|
"stripe": "^20.4.0",
|
2026-03-01 03:04:24 +08:00
|
|
|
"zod": "^4.3.6"
|
|
|
|
|
},
|
|
|
|
|
"pnpm": {
|
|
|
|
|
"onlyBuiltDependencies": [
|
|
|
|
|
"prisma",
|
|
|
|
|
"@prisma/engines",
|
|
|
|
|
"esbuild"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/pg": "^8.16.0",
|
2026-03-01 14:20:14 +08:00
|
|
|
"@types/qrcode": "^1.5.6",
|
2026-03-01 03:04:24 +08:00
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "16.1.6",
|
2026-03-01 17:58:08 +08:00
|
|
|
"prettier": "^3.8.1",
|
2026-03-01 03:04:24 +08:00
|
|
|
"prisma": "7.4.1",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5",
|
|
|
|
|
"vitest": "^4.0.18"
|
|
|
|
|
}
|
|
|
|
|
}
|