Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.4.9 to 15.4.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.4.9...v15.4.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.10 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "synthetic-consumer-data",
|
|
"version": "1.0.0",
|
|
"description": "Generate realistic synthetic consumers and their weekly purchase behaviors using AI",
|
|
"author": "riccardo@frompixels.com",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint && eslint . --fix",
|
|
"format": "prettier --config .prettierrc '**/*.{ts,tsx,json,md}' --write",
|
|
"typecheck": "tsc --noEmit",
|
|
"prepare": "husky install",
|
|
"audit": "audit-ci",
|
|
"vercel:link": "vercel link",
|
|
"vercel:env": "vercel env pull .env"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/analytics": "^1.5.0",
|
|
"ai": "^5.0.68",
|
|
"axios": "^1.12.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"crypto": "^1.0.1",
|
|
"dotenv": "^16.4.5",
|
|
"lucide-react": "^0.462.0",
|
|
"moment": "^2.30.1",
|
|
"next": "15.4.10",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwind-merge": "^2.5.5",
|
|
"zod": "^4.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^18.4.3",
|
|
"@commitlint/config-conventional": "^18.4.3",
|
|
"@types/json-schema": "^7.0.15",
|
|
"@types/node": "^22.10.1",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.46.0",
|
|
"@typescript-eslint/parser": "^8.46.0",
|
|
"audit-ci": "^6.6.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "^15.5.4",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^15.1.0",
|
|
"postcss": "^8.4.49",
|
|
"prettier": "^3.1.0",
|
|
"tailwindcss": "^3.4.15",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": [
|
|
"eslint --quiet --fix"
|
|
],
|
|
"*.{json,ts,tsx}": [
|
|
"prettier --write --ignore-unknown"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"brace-expansion": "^2.0.2"
|
|
}
|
|
}
|