{ "name": "web", "version": "0.0.1", "type": "module", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "eslint", "format": "prettier --write \"**/*.{ts,tsx}\"", "typecheck": "tsc --noEmit" }, "dependencies": { "@hugeicons/core-free-icons": "^4.1.1", "@hugeicons/react": "^1.1.6", "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", "@next/mdx": "^16.2.4", "@pierre/trees": "^1.0.0-beta.3", "@types/mdx": "^2.0.13", "@web-kits/audio": "^0.1.0", "@workspace/ui": "workspace:*", "next": "16.1.6", "next-themes": "^0.4.6", "react": "^19.2.4", "react-dom": "^19.2.4", "rehype-pretty-code": "^0.14.3", "remark-gfm": "^4.0.1", "shiki": "^4.0.2" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", "@types/node": "^25.1.0", "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", "@workspace/eslint-config": "workspace:^", "@workspace/typescript-config": "workspace:*", "eslint": "^9.39.2", "typescript": "^5.9.3" } }