2025-05-13 18:50:30 +02:00
|
|
|
{
|
|
|
|
|
"name": "puffin-offset",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2025-10-31 22:23:45 +01:00
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint",
|
2025-05-13 18:50:30 +02:00
|
|
|
"test": "vitest"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"axios": "^1.6.7",
|
|
|
|
|
"dotenv": "^8.2.0",
|
2025-06-03 14:07:33 +02:00
|
|
|
"framer-motion": "^12.15.0",
|
2025-05-13 18:50:30 +02:00
|
|
|
"lucide-react": "^0.344.0",
|
2025-10-31 22:23:45 +01:00
|
|
|
"next": "^16.0.1",
|
2025-05-13 18:50:30 +02:00
|
|
|
"react": "^18.3.1",
|
2025-10-31 17:48:20 +01:00
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
|
"recharts": "^3.3.0"
|
2025-05-13 18:50:30 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.9.1",
|
|
|
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
|
|
|
"@testing-library/react": "^14.2.1",
|
2025-10-31 22:23:45 +01:00
|
|
|
"@types/node": "24.9.2",
|
2025-05-13 18:50:30 +02:00
|
|
|
"@types/react": "^18.3.5",
|
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
|
"autoprefixer": "^10.4.18",
|
|
|
|
|
"eslint": "^9.9.1",
|
|
|
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
|
|
|
"globals": "^15.9.0",
|
|
|
|
|
"jsdom": "^24.0.0",
|
|
|
|
|
"postcss": "^8.4.35",
|
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
|
"typescript": "^5.5.3",
|
|
|
|
|
"typescript-eslint": "^8.3.0",
|
|
|
|
|
"vitest": "^1.3.1"
|
|
|
|
|
}
|
2025-06-03 14:07:33 +02:00
|
|
|
}
|