{ "name": "@stackframe/monorepo", "version": "0.0.0", "private": true, "repository": "", "scripts": { "typecheck": "turbo typecheck", "build": "turbo build", "build:docs": "turbo run build --no-cache --filter=stack-docs...", "build:server": "turbo run build --no-cache --filter=@stackframe/stack-server...", "build:demo": "turbo run build --no-cache --filter=demo-app...", "clean": "turbo run clean --no-cache && rimraf --glob **/.next && rimraf --glob **/.turbo && rimraf --glob **/node_modules", "codegen": "turbo run codegen --no-cache", "psql:server": "pnpm run --filter=@stackframe/stack-server psql", "prisma:server": "pnpm run --filter=@stackframe/stack-server prisma", "dev": "turbo run dev --parallel --continue", "dev:app": "turbo run dev --continue --filter=@stackframe/dev-app...", "dev:server": "turbo run dev --continue --filter=@stackframe/stack-server...", "dev:email": "turbo run email --continue --filter=@stackframe/stack-server...", "start": "turbo run start --parallel --continue", "start:server": "turbo run start --continue --filter=@stackframe/stack-server...", "docs": "turbo run dev --parallel --continue --filter=stack-docs...", "lint": "turbo run lint --no-cache -- --max-warnings=0", "release": "release", "peek": "pnpm release --peek", "changeset": "changeset", "test": "turbo run test" }, "devDependencies": { "@changesets/cli": "^2.27.1", "@testing-library/react": "^15.0.2", "@types/node": "^20.8.10", "@types/supertest": "^6.0.2", "@typescript-eslint/eslint-plugin": "^6.x", "@typescript-eslint/parser": "^6.x", "@vitejs/plugin-react": "^4.2.1", "eslint": "8.30.0", "eslint-config-next": "^14", "eslint-config-standard-with-typescript": "^43", "eslint-plugin-import": "^2.25.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.31.11", "jsdom": "^24.0.0", "rimraf": "^5.0.5", "supertest": "^6.3.4", "tsup": "^8.0.2", "turbo": "^1.11.3", "typescript": "5.3.3", "vitest": "^1.5.0" }, "pnpm": { "overrides": {} }, "engines": { "npm": ">=10.0.0", "node": ">=20.0.0" }, "dependencies": { "styled-components": "^6.1.8" } }