{ "name": "web", "version": "0.2.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "test": "echo \"no unit tests yet\" && exit 0", "cy:open": "cypress open", "cy:run": "cypress run", "e2e": "start-server-and-test dev http://localhost:5173 cy:run" }, "dependencies": { "@batch-cooking/date-tools": "workspace:*", "@batch-cooking/shared": "workspace:*", "i18next": "^26.3.6", "lucide-react": "^1.32.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^17.0.11", "react-router-dom": "^7.18.2", "zod": "^3.25.76" }, "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "^26.0.0", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.8", "@types/node": "^22.9.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "cypress": "^13.15.2", "sass": "^1.102.0", "start-server-and-test": "^2.0.8", "typescript": "^5.7.2", "vite": "^5.4.11" } }