12345678910111213141516171819202122232425262728 |
- {
- "name": "docs",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev --turbo --port 3001",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@repo/ui": "workspace:*",
- "next": "14.2.6",
- "react": "18.3.1",
- "react-dom": "18.3.1"
- },
- "devDependencies": {
- "@repo/eslint-config": "workspace:*",
- "@repo/typescript-config": "workspace:*",
- "@types/node": "^20.17.19",
- "@types/react": "^18.3.18",
- "@types/react-dom": "^18.3.5",
- "eslint": "^8.57.1",
- "eslint-config-next": "14.2.6",
- "typescript": "^5.7.3"
- }
- }
|