- Downgrade ESLint to v9 to avoid circular structure errors in v10 config validation - Downgrade eslint-config-next to v15 for stability - Configure eslint.config.mjs with FlatCompat and appropriate ignores (.next, out) - Escape entities in ColorBlindPage and SearchUnits to fix react/no-unescaped-entities - Use useMemo for debounced function in FigletConverter to fix react-hooks/exhaustive-deps
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "kit.pivoine.art",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"@valknarthing/pastel-wasm": "^0.1.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"convert-units": "^2.3.4",
|
|
"figlet": "^1.10.0",
|
|
"framer-motion": "^12.34.3",
|
|
"fuse.js": "^7.1.0",
|
|
"html-to-image": "^1.11.13",
|
|
"lucide-react": "^0.575.0",
|
|
"next": "^16.1.6",
|
|
"react": "^19.2.4",
|
|
"react-colorful": "^5.6.1",
|
|
"react-dom": "^19.2.4",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@tailwindcss/postcss": "^4.2.0",
|
|
"@types/figlet": "^1.7.0",
|
|
"@types/node": "^25.3.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "^9.21.0",
|
|
"eslint-config-next": "^15.1.7",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.2.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|