{ "name": "root", "private": true, "type": "module", "scripts": { "check": "pnpm run check:js && pnpm run check:rs", "check:ts": "tsgo", "check:rs": "cargo check", "lint": "pnpm run lint:ts && pnpm run lint:rs", "lint:ts": "oxlint --type-aware", "lint:rs": "cargo clippy", "lint:fix": "oxlint --fix --type-aware && cargo clippy --fix --allow-dirty --allow-staged", "format": "pnpm run format:ts && pnpm run format:rs", "format:ts": "oxfmt", "format:rs": "cargo fmt", "test:e2e": "cd e2e && pnpm run test" }, "dependencies": { "@tailwindcss/cli": "^4.1.18", "tailwindcss": "^4.1.18" }, "devDependencies": { "@typescript/native-preview": "7.0.0-dev.20260109.1", "oxfmt": "^0.23.0", "oxlint": "^1.38.0", "oxlint-tsgolint": "^0.11.0" }, "packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48" }