2025-07-17 13:54:51 +02:00
|
|
|
{
|
2025-08-28 10:41:04 +02:00
|
|
|
"name": "bakery-ai-frontend",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "2.0.0",
|
2025-08-03 19:23:20 +02:00
|
|
|
"type": "module",
|
2025-07-17 13:54:51 +02:00
|
|
|
"scripts": {
|
2025-08-03 19:23:20 +02:00
|
|
|
"dev": "vite",
|
2025-08-28 10:41:04 +02:00
|
|
|
"build": "vite build",
|
|
|
|
|
"build:check": "tsc && vite build",
|
2025-08-03 19:23:20 +02:00
|
|
|
"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",
|
2025-08-28 10:41:04 +02:00
|
|
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,md}\"",
|
|
|
|
|
"storybook": "storybook dev -p 6006",
|
|
|
|
|
"build-storybook": "storybook build",
|
|
|
|
|
"type-check": "tsc --noEmit"
|
2025-07-17 13:54:51 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-08-28 10:41:04 +02:00
|
|
|
"@hookform/resolvers": "^3.3.2",
|
|
|
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
|
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
|
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
|
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
2025-09-25 14:30:47 +02:00
|
|
|
"@stripe/react-stripe-js": "^2.7.3",
|
|
|
|
|
"@stripe/stripe-js": "^3.0.10",
|
2025-08-28 10:41:04 +02:00
|
|
|
"@tanstack/react-query": "^5.12.0",
|
|
|
|
|
"axios": "^1.6.2",
|
2025-09-21 00:18:53 +02:00
|
|
|
"chart.js": "^4.5.0",
|
2025-08-28 10:41:04 +02:00
|
|
|
"class-variance-authority": "^0.7.0",
|
2025-08-11 08:15:13 +02:00
|
|
|
"clsx": "^2.0.0",
|
|
|
|
|
"date-fns": "^2.30.0",
|
|
|
|
|
"date-fns-tz": "^2.0.0",
|
2025-10-12 18:47:33 +02:00
|
|
|
"driver.js": "^1.3.6",
|
2025-08-28 10:41:04 +02:00
|
|
|
"event-source-polyfill": "^1.0.31",
|
|
|
|
|
"framer-motion": "^10.16.0",
|
|
|
|
|
"i18next": "^23.7.0",
|
|
|
|
|
"immer": "^10.0.3",
|
|
|
|
|
"lucide-react": "^0.294.0",
|
|
|
|
|
"papaparse": "^5.4.1",
|
2025-08-11 08:15:13 +02:00
|
|
|
"react": "^18.2.0",
|
2025-09-21 00:18:53 +02:00
|
|
|
"react-chartjs-2": "^5.3.0",
|
2025-08-11 08:15:13 +02:00
|
|
|
"react-dom": "^18.2.0",
|
2025-08-28 10:41:04 +02:00
|
|
|
"react-dropzone": "^14.2.3",
|
|
|
|
|
"react-hook-form": "^7.48.0",
|
2025-08-03 19:23:20 +02:00
|
|
|
"react-hot-toast": "^2.4.1",
|
2025-08-28 10:41:04 +02:00
|
|
|
"react-i18next": "^13.5.0",
|
|
|
|
|
"react-router-dom": "^6.20.0",
|
|
|
|
|
"recharts": "^2.10.0",
|
|
|
|
|
"tailwind-merge": "^2.1.0",
|
|
|
|
|
"xlsx": "^0.18.5",
|
|
|
|
|
"zod": "^3.22.4",
|
2025-09-07 17:25:30 +02:00
|
|
|
"zustand": "^4.5.7"
|
2025-07-17 13:54:51 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-28 10:41:04 +02:00
|
|
|
"@storybook/addon-essentials": "^7.6.0",
|
|
|
|
|
"@storybook/addon-interactions": "^7.6.0",
|
|
|
|
|
"@storybook/addon-links": "^7.6.0",
|
|
|
|
|
"@storybook/blocks": "^7.6.0",
|
|
|
|
|
"@storybook/react-vite": "^7.6.0",
|
|
|
|
|
"@storybook/testing-library": "^0.2.2",
|
|
|
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
|
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.85.5",
|
|
|
|
|
"@testing-library/jest-dom": "^6.1.0",
|
|
|
|
|
"@testing-library/react": "^14.1.0",
|
|
|
|
|
"@testing-library/user-event": "^14.5.0",
|
|
|
|
|
"@types/node": "^20.10.0",
|
|
|
|
|
"@types/papaparse": "^5.3.14",
|
|
|
|
|
"@types/react": "^18.2.43",
|
|
|
|
|
"@types/react-dom": "^18.2.17",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
|
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
|
|
|
"@vitest/ui": "^1.0.0",
|
|
|
|
|
"autoprefixer": "^10.4.16",
|
|
|
|
|
"eslint": "^8.55.0",
|
2025-08-03 19:23:20 +02:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2025-08-28 10:41:04 +02:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
|
|
|
"msw": "^2.0.0",
|
|
|
|
|
"postcss": "^8.4.32",
|
|
|
|
|
"prettier": "^3.1.0",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.0",
|
2025-08-03 19:23:20 +02:00
|
|
|
"tailwindcss": "^3.3.0",
|
2025-09-20 23:30:54 +02:00
|
|
|
"typescript": "^5.9.2",
|
2025-08-28 10:41:04 +02:00
|
|
|
"vite": "^5.0.0",
|
|
|
|
|
"vite-plugin-pwa": "^0.17.0",
|
|
|
|
|
"vitest": "^1.0.0"
|
|
|
|
|
}
|
2025-08-11 08:15:13 +02:00
|
|
|
}
|