Files
TechradarDev/radar-app/package.json
syoul acb475d5d0 feat: migration Next.js 15.2.4 -> 16.1.6
- Mise à jour de Next.js vers 16.1.6 (dernière version stable)
- Mise à jour de eslint-config-next vers 16.1.6
- Ajout documentation migration-nextjs-16.md

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-25 18:35:55 +01:00

48 lines
1.3 KiB
JSON

{
"name": "aoe_technology_radar",
"version": "4.7.0-rc.1",
"bin": {
"techradar": "bin/techradar.js"
},
"scripts": {
"dev": "next dev",
"build:icons": "npx @svgr/cli --typescript --no-dimensions --no-prettier --out-dir src/components/Icons -- src/icons",
"build:data": "tsx scripts/buildData.ts",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fix": "prettier . --write",
"prepare": "husky",
"postinstall": "npm run build:icons"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"clsx": "^2.1.1",
"eslint": "^9.23.0",
"eslint-config-next": "16.1.6",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"marked": "^15.0.7",
"marked-highlight": "^2.2.1",
"next": "16.1.6",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "^10.1.5",
"prettier": "^3.5.3",
"react": "^19",
"react-dom": "^19",
"tsx": "^4.19.3",
"typescript": "^5"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}