{ "name": "sample-website", "version": "0.1.1", "private": true, "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test": "vitest run" }, "dependencies": { "next": "15.1.6", "react": "^19.0.0", "react-dom": "^19.0.0", "@mintel/next-utils": "workspace:*" }, "devDependencies": { "@types/node": "^20.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "typescript": "^5.0.0", "@mintel/tsconfig": "workspace:*", "@mintel/eslint-config": "workspace:*", "@mintel/next-config": "workspace:*" } }