{ "name": "@cms/web", "version": "0.0.1", "private": true, "type": "module", "scripts": { "dev": "bun --env-file=../../.env next dev --port 3000", "build": "bun --env-file=../../.env next build", "start": "bun --env-file=../../.env next start --port 3000", "lint": "biome check src", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "@cms/content": "workspace:*", "@cms/db": "workspace:*", "@cms/ui": "workspace:*", "@tanstack/react-query": "latest", "@tanstack/react-query-devtools": "latest", "next": "latest", "react": "latest", "react-dom": "latest", "zustand": "latest" }, "devDependencies": { "@cms/config": "workspace:*", "@biomejs/biome": "latest", "@tailwindcss/postcss": "latest", "@types/node": "latest", "@types/react": "latest", "@types/react-dom": "latest", "tailwindcss": "latest", "typescript": "latest" } }