Some checks failed
CI / build (push) Has been cancelled
Deploy to Railway / build (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Has been cancelled
Proof HTML / build (push) Has been cancelled
Deploy to Railway / deploy (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Has been cancelled
Security Scan / CodeQL Analysis (javascript) (push) Failing after 46s
Security Scan / Dependency Review (push) Has been skipped
Security Scan / Secret Scanning (push) Failing after 1m33s
Addresses CVE-2024-56337: HTTP request deserialization vulnerability that allows denial of service attacks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "blackroad-os-demo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Next.js demo showcase for BlackRoad OS",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build && pnpm run postbuild",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --write .",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:e2e": "playwright test",
|
|
"postbuild": "tsx scripts/postbuild.ts",
|
|
"seed": "tsx scripts/seed_examples.ts"
|
|
},
|
|
"dependencies": {
|
|
"@trpc/client": "^10.45.2",
|
|
"@trpc/server": "^10.45.2",
|
|
"clsx": "^2.1.0",
|
|
"next": "14.2.28",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.46.1",
|
|
"@testing-library/jest-dom": "^6.4.4",
|
|
"@testing-library/react": "^14.2.2",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/node": "^20.14.10",
|
|
"@types/react": "^18.3.4",
|
|
"@types/react-dom": "^18.3.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "14.2.28",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"jsdom": "^24.1.0",
|
|
"postcss": "^8.4.39",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
|
"tailwindcss": "^3.4.9",
|
|
"ts-node": "^10.9.2",
|
|
"tsx": "^4.16.2",
|
|
"typescript": "^5.5.4",
|
|
"vitest": "^2.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.18"
|
|
},
|
|
"license": "MIT"
|
|
}
|