mirror of
https://github.com/tiennm99/chambai.git
synced 2026-09-01 00:29:11 +00:00
- next 16.2.6 -> 16.2.9, eslint-config-next 16.2.6 -> 16.2.9 - react/react-dom -> 19.2.7, papaparse -> 5.5.4, tailwindcss/@tailwindcss/postcss -> 4.3.2 - add pnpm overrides for js-yaml (>=4.2.0), postcss (>=8.5.10), @babel/core (>=7.29.6 <8) to clear security advisories - disable react-hooks/set-state-in-effect rule newly enforced by eslint-config-next 16.2.9
32 lines
633 B
JSON
32 lines
633 B
JSON
{
|
|
"name": "chambai",
|
|
"version": "0.1.0",
|
|
"packageManager": "pnpm@11.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"next": "16.2.9",
|
|
"opencv-ts": "^1.3.6",
|
|
"papaparse": "^5.5.4",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.3.2",
|
|
"eslint": "^9.39.5",
|
|
"eslint-config-next": "16.2.9",
|
|
"tailwindcss": "^4.3.2"
|
|
},
|
|
"pnpm": {
|
|
"ignoredBuiltDependencies": [
|
|
"sharp",
|
|
"unrs-resolver"
|
|
]
|
|
}
|
|
}
|