42ff3e8f33
Build & Deploy / Test & Lint (push) Has been cancelled
Build & Deploy / Security Scan (push) Has been cancelled
Code Quality / Code Quality Checks (push) Has been cancelled
Code Quality / Dependency Vulnerabilities (push) Has been cancelled
Code Quality / Performance Testing (push) Has been cancelled
Build & Deploy / Build Docker Images (push) Has been cancelled
Build & Deploy / Deploy to Kubernetes (push) Has been cancelled
28 lines
622 B
JSON
28 lines
622 B
JSON
{
|
|
"name": "job-info-pb",
|
|
"version": "1.0.0-mode6",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "bun --watch backend/server.ts",
|
|
"start": "bun run backend/server.ts",
|
|
"build:css": "tailwindcss -i input.css -o frontend/output.css --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"autoprefixer": "^10.4.23",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.18"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.2.3",
|
|
"hono": "^4.10.8",
|
|
"ioredis": "^5.9.2",
|
|
"pocketbase": "^0.26.5",
|
|
"tailwind": "^4.0.0"
|
|
}
|
|
}
|