It was written up in 4.7 but never made the work order, which is exactly how it stayed dangerous in the first place. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"wrnexus": {
|
|
"version": "0.8.6"
|
|
},
|
|
"scripts": {
|
|
"dev": "wrnexus dev .",
|
|
"build": "wrnexus build .",
|
|
"start": "bun dist/server.js",
|
|
"production": "bun run build && bun run start",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "wrnexus test .",
|
|
"test:watch": "wrnexus test . --watch",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"format": "prettier . --write",
|
|
"format:check": "prettier . --check",
|
|
"doctor": "wrnexus doctor .",
|
|
"analyze": "wrnexus analyze .",
|
|
"inspect": "wrnexus inspect packages .",
|
|
"check": "bun run typecheck && bun run lint && bun run test && bun run format:check"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/ai": "0.8.6",
|
|
"@wrnexus/auth": "0.8.6",
|
|
"@wrnexus/captcha": "0.8.6",
|
|
"@wrnexus/core": "0.8.6",
|
|
"@wrnexus/csr": "0.8.6",
|
|
"@wrnexus/db": "0.8.6",
|
|
"@wrnexus/dev-server": "0.8.6",
|
|
"@wrnexus/encryption": "0.8.6",
|
|
"@wrnexus/helpers": "0.8.6",
|
|
"@wrnexus/i18n": "0.8.6",
|
|
"@wrnexus/image": "0.8.6",
|
|
"@wrnexus/jwt": "0.8.6",
|
|
"@wrnexus/observability": "0.8.6",
|
|
"@wrnexus/realtime": "0.8.6",
|
|
"@wrnexus/security": "0.8.6",
|
|
"@wrnexus/store": "0.8.6",
|
|
"@wrnexus/styles": "0.8.6",
|
|
"@wrnexus/tracking": "0.8.6",
|
|
"@wrnexus/ui": "0.8.6",
|
|
"@wrnexus/uploader": "0.8.6",
|
|
"@wrnexus/validation": "0.8.6",
|
|
"@wrnexus/authz": "0.8.6"
|
|
},
|
|
"devDependencies": {
|
|
"@wrnexus/cli": "0.8.6",
|
|
"@eslint/js": "^9.0.0",
|
|
"@iconify-json/lucide": "^1.2.118",
|
|
"@iconify/tailwind4": "^1.2.3",
|
|
"@tailwindcss/cli": "^4.0.0",
|
|
"@types/bun": "latest",
|
|
"eslint": "^9.0.0",
|
|
"prettier": "latest",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.5.0",
|
|
"typescript-eslint": "latest"
|
|
}
|
|
}
|