38 lines
906 B
JSON
38 lines
906 B
JSON
{
|
|
"name": "firefly-analytics",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-tooltip": "^1.2.3",
|
|
"chart.js": "^4.4.9",
|
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
"framer-motion": "^12.7.4",
|
|
"next": "15.3.1",
|
|
"next-intl": "^4.0.2",
|
|
"react": "^19.0.0",
|
|
"react-chartjs-2": "^5.3.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-toastify": "^11.0.5",
|
|
"socket.io-client": "^4.8.1",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"daisyui": "^5.0.27",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.1",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|