2025-07-17 13:54:51 +02:00
|
|
|
{
|
2025-08-03 19:23:20 +02:00
|
|
|
"name": "pania-frontend",
|
2025-07-17 13:54:51 +02:00
|
|
|
"version": "1.0.0",
|
2025-08-03 19:23:20 +02:00
|
|
|
"description": "AI-powered bakery demand forecasting platform for Madrid",
|
|
|
|
|
"type": "module",
|
2025-07-17 13:54:51 +02:00
|
|
|
"scripts": {
|
2025-08-03 19:23:20 +02:00
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"test": "vitest",
|
|
|
|
|
"test:ui": "vitest --ui",
|
|
|
|
|
"test:coverage": "vitest --coverage",
|
|
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
|
"lint:fix": "eslint . --ext ts,tsx --fix"
|
2025-07-17 13:54:51 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-08-11 08:15:13 +02:00
|
|
|
"@hookform/resolvers": "^3.3.1",
|
2025-08-03 19:23:20 +02:00
|
|
|
"@reduxjs/toolkit": "^1.9.5",
|
2025-08-11 08:15:13 +02:00
|
|
|
"@stripe/react-stripe-js": "^3.9.0",
|
|
|
|
|
"@stripe/stripe-js": "^7.8.0",
|
|
|
|
|
"clsx": "^2.0.0",
|
|
|
|
|
"date-fns": "^2.30.0",
|
|
|
|
|
"date-fns-tz": "^2.0.0",
|
2025-08-03 19:23:20 +02:00
|
|
|
"i18next": "^23.4.4",
|
|
|
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
2025-08-11 08:15:13 +02:00
|
|
|
"lucide-react": "^0.263.1",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
2025-08-03 19:23:20 +02:00
|
|
|
"react-hook-form": "^7.45.4",
|
|
|
|
|
"react-hot-toast": "^2.4.1",
|
2025-08-11 08:15:13 +02:00
|
|
|
"react-i18next": "^13.1.2",
|
|
|
|
|
"react-redux": "^8.1.2",
|
|
|
|
|
"react-router-dom": "^6.15.0",
|
|
|
|
|
"recharts": "^2.8.0",
|
|
|
|
|
"tailwind-merge": "^1.14.0",
|
|
|
|
|
"zod": "^3.22.2"
|
2025-07-17 13:54:51 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-11 08:15:13 +02:00
|
|
|
"@tailwindcss/forms": "^0.5.4",
|
|
|
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
|
"@testing-library/user-event": "^14.4.3",
|
2025-08-03 19:23:20 +02:00
|
|
|
"@types/react": "^18.2.15",
|
|
|
|
|
"@types/react-dom": "^18.2.7",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
|
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.0.3",
|
2025-08-11 08:15:13 +02:00
|
|
|
"@vitest/ui": "^0.34.1",
|
2025-08-03 19:23:20 +02:00
|
|
|
"autoprefixer": "^10.4.14",
|
|
|
|
|
"eslint": "^8.45.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
|
|
|
"postcss": "^8.4.27",
|
|
|
|
|
"tailwindcss": "^3.3.0",
|
|
|
|
|
"typescript": "^5.0.2",
|
|
|
|
|
"vite": "^4.4.5",
|
2025-08-11 08:15:13 +02:00
|
|
|
"vitest": "^0.34.1"
|
2025-08-03 19:23:20 +02:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"bakery",
|
|
|
|
|
"forecasting",
|
|
|
|
|
"ai",
|
|
|
|
|
"madrid",
|
|
|
|
|
"react",
|
|
|
|
|
"typescript",
|
|
|
|
|
"tailwind"
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/pania-es/frontend"
|
|
|
|
|
},
|
|
|
|
|
"author": "PanIA Team",
|
|
|
|
|
"license": "MIT"
|
2025-08-11 08:15:13 +02:00
|
|
|
}
|