{ "name": "sample-website", "version": "0.1.1", "private": true, "type": "module", "scripts": { "dev": "mintel dev", "dev:local": "mintel dev --local", "build": "next build", "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests", "cms:bootstrap": "mintel directus bootstrap", "cms:push:testing": "mintel directus sync push testing", "cms:pull:testing": "mintel directus sync pull testing", "cms:push:staging": "mintel directus sync push staging", "cms:pull:staging": "mintel directus sync pull staging", "cms:push:prod": "mintel directus sync push production", "cms:pull:prod": "mintel directus sync pull production", "pagespeed:test": "mintel pagespeed" }, "dependencies": { "@mintel/next-utils": "workspace:*", "next": "15.1.6", "next-intl": "^4.8.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@mintel/eslint-config": "workspace:*", "@mintel/next-config": "workspace:*", "@mintel/tsconfig": "workspace:*", "@types/node": "^20.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "typescript": "^5.0.0" } }