Files
pos-system/apps/web-client/package.json

82 lines
2.4 KiB
JSON

{
"name": "@goodgo/web-client",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@goodgo/http-client": "workspace:*",
"@goodgo/types": "workspace:*",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-stately/list": "^3.13.2",
"@react-stately/menu": "^3.9.9",
"@react-stately/overlays": "^3.6.21",
"@react-stately/select": "^3.9.0",
"@react-stately/toggle": "^3.9.3",
"@tanstack/react-query": "^5.17.0",
"axios": "^1.6.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^12.23.26",
"lucide-react": "^0.344.0",
"next": "^14.1.0",
"next-intl": "^4.7.0",
"react": "^18.2.0",
"react-aria": "^3.45.0",
"react-aria-components": "^1.14.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-stately": "^3.43.0",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@axe-core/react": "^4.11.0",
"@chromatic-com/storybook": "^4.1.3",
"@goodgo/eslint-config": "workspace:*",
"@goodgo/prettier-config": "workspace:*",
"@goodgo/tsconfig": "workspace:*",
"@playwright/test": "^1.57.0",
"@storybook/addon-a11y": "^10.1.11",
"@storybook/addon-docs": "^10.1.11",
"@storybook/addon-onboarding": "^10.1.11",
"@storybook/addon-vitest": "^10.1.11",
"@storybook/nextjs-vite": "^10.1.11",
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^20.11.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitest/browser-playwright": "^4.0.16",
"@vitest/coverage-v8": "^4.0.16",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-storybook": "^10.1.11",
"playwright": "^1.57.0",
"postcss": "^8.4.33",
"storybook": "^10.1.11",
"tailwindcss": "^4.0.0",
"typescript": "^5.3.3",
"vite": "^7.3.0",
"vitest": "^4.0.16"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}