{ "private": true, "scripts": { "dev": "next dev --turbo", "build": "next build", "start": "next start", "lint": "gts lint", "clean": "gts clean", "compile": "tsc", "fix": "gts fix", "prepare": "npm run compile", "pretest": "npm run compile", "posttest": "npm run lint" }, "dependencies": { "install": "^0.13.0", "next": "latest", "npm": "^10.4.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/node": "20.8.2", "@types/react": "18.2.33", "@types/react-dom": "18.2.14", "gts": "^5.2.0", "typescript": "~5.2.0" } }