Raises the typescript devDependency across the workspace, bumps package versions, re-adds ignoreDeprecations, and repoints the @wrnexus registry. These were pre-existing working-tree changes, committed as-is rather than authored here. The .npmrc change redirects @wrnexus publishes from registry.npmjs.org to registry.workroot.in — confirm that is intended before publishing from this branch. 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.9",
|
|
"@wrnexus/auth": "^0.8.12",
|
|
"@wrnexus/captcha": "^0.8.11",
|
|
"@wrnexus/core": "^0.8.9",
|
|
"@wrnexus/csr": "^0.8.21",
|
|
"@wrnexus/db": "^0.8.15",
|
|
"@wrnexus/dev-server": "^0.8.33",
|
|
"@wrnexus/encryption": "^0.8.9",
|
|
"@wrnexus/helpers": "^0.8.8",
|
|
"@wrnexus/i18n": "^0.8.11",
|
|
"@wrnexus/image": "^0.8.10",
|
|
"@wrnexus/jwt": "^0.8.9",
|
|
"@wrnexus/observability": "^0.8.8",
|
|
"@wrnexus/realtime": "^0.8.10",
|
|
"@wrnexus/security": "^0.8.8",
|
|
"@wrnexus/store": "^0.8.8",
|
|
"@wrnexus/styles": "^0.8.15",
|
|
"@wrnexus/tracking": "^0.8.8",
|
|
"@wrnexus/ui": "^0.8.19",
|
|
"@wrnexus/uploader": "^0.8.10",
|
|
"@wrnexus/validation": "^0.8.10",
|
|
"@wrnexus/authz": "^0.8.9"
|
|
},
|
|
"devDependencies": {
|
|
"@wrnexus/cli": "^0.8.36",
|
|
"@eslint/js": "^10.0.1",
|
|
"@iconify-json/lucide": "^1.2.123",
|
|
"@iconify/tailwind4": "^1.2.3",
|
|
"@tailwindcss/cli": "^4.3.3",
|
|
"@types/bun": "^1.3.14",
|
|
"eslint": "^10.8.1",
|
|
"prettier": "^3.9.6",
|
|
"tailwindcss": "^4.3.3",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.67.0"
|
|
}
|
|
}
|