Files
chambai/package.json
T
tiennm99 2e53cec50e build(deps): bump next, react, tailwind, papaparse and pin patched transitive deps
- 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
2026-07-17 17:57:23 +07:00

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"
]
}
}