UPDATE: Update readme and Next 16.07 (CVE-2025-66478)

This commit is contained in:
2025-12-04 23:27:41 +07:00
commit 6b079db470
280 changed files with 364214 additions and 0 deletions

48
package.json Normal file
View File

@@ -0,0 +1,48 @@
{
"name": "firefly-tools",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@next/bundle-analyzer": "16.0.7",
"@tanstack/react-query": "^5.90.12",
"axios": "^1.13.2",
"fast-average-color": "^9.5.0",
"framer-motion": "^12.23.25",
"html2canvas-pro": "^1.5.13",
"lucide-react": "^0.555.0",
"next": "16.0.7",
"next-intl": "^4.5.8",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-select": "^5.10.2",
"react-toastify": "^11.0.5",
"sharp": "^0.34.5",
"socket.io-client": "^4.8.1",
"zod": "^4.1.13",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"@types/react": "19.2.6",
"@types/react-dom": "19.2.3",
"daisyui": "^5.5.8",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.7",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.17",
"ts-to-zod": "^5.1.0",
"typescript": "^5.9.3"
},
"overrides": {
"@types/react": "19.2.6",
"@types/react-dom": "19.2.3"
}
}