All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m42s
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "firefly-tools",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/bundle-analyzer": "^15.5.4",
|
|
"@tanstack/react-query": "^5.83.0",
|
|
"axios": "^1.10.0",
|
|
"fast-average-color": "^9.5.0",
|
|
"framer-motion": "^12.12.1",
|
|
"html2canvas-pro": "^1.5.11",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.536.0",
|
|
"next": "15.3.2",
|
|
"next-intl": "^4.1.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-select": "^5.10.1",
|
|
"react-toastify": "^11.0.5",
|
|
"sharp": "^0.34.4",
|
|
"socket.io-client": "^4.8.1",
|
|
"zod": "^3.25.67",
|
|
"zustand": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"daisyui": "^5.0.27",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.1",
|
|
"tailwind-scrollbar": "^4.0.2",
|
|
"tailwindcss": "^4",
|
|
"ts-to-zod": "^3.15.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|