{ "name": "unifest-web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "test-coverage": "test-storybook --coverage --coverageDirectory coverage && nyc report --reporter=text -t coverage", "e2e": "playwright test", "e2e-ui": "npx playwright test --ui-port=8080 --ui-host=0.0.0.0", "prepare": "husky", "deploy-storybook": "gh-pages -d storybook-static" }, "dependencies": { "@formkit/auto-animate": "^0.8.2", "@hookform/resolvers": "^3.3.4", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-progress": "^1.0.3", "@radix-ui/react-radio-group": "^1.1.3", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@vis.gl/react-google-maps": "^0.9.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "next": "14.2.1", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.51.3", "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.4", "zustand": "^4.5.2" }, "devDependencies": { "@chromatic-com/storybook": "^1.6.1", "@faker-js/faker": "^8.4.1", "@playwright/test": "^1.43.1", "@storybook/addon-coverage": "^1.0.4", "@storybook/addon-essentials": "^8.2.1", "@storybook/addon-interactions": "^8.2.1", "@storybook/addon-links": "^8.2.1", "@storybook/addon-mdx-gfm": "^8.2.1", "@storybook/addon-onboarding": "^8.2.1", "@storybook/blocks": "^8.2.1", "@storybook/nextjs": "^8.2.1", "@storybook/react": "^8.2.1", "@storybook/test": "^8.2.1", "@storybook/test-runner": "^0.19.0", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.4.19", "eslint": "^8", "eslint-config-next": "14.2.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-storybook": "^0.8.0", "gh-pages": "^6.1.1", "husky": "^9.0.11", "lint-staged": "^15.2.2", "msw": "^2.2.14", "msw-storybook-addon": "^2.0.2", "nyc": "^15.1.0", "playwright-msw": "^3.0.1", "postcss": "^8.4.38", "prettier-plugin-tailwindcss": "^0.5.14", "storybook": "^8.2.1", "tailwindcss": "^3.4.1", "typescript": "^5" }, "msw": { "workerDirectory": [ "public" ] }, "packageManager": "yarn@4.3.1" }