{ "name": "@saleor/react-hook-form-macaw", "version": "0.1.1", "scripts": { "build-storybook": "storybook build", "lint:fix": "eslint --fix .", "start-storybook-build": "pnpm dlx http-server ./storybook-static", "storybook": "storybook dev -p 6006" }, "dependencies": { "eslint": "8.42.0" }, "devDependencies": { "@babel/core": "^7.21.8", "@saleor/macaw-ui": "0.8.0-pre.84", "@storybook/addon-actions": "^7.0.12", "@storybook/addon-essentials": "^7.0.12", "@storybook/addon-interactions": "^7.0.12", "@storybook/addon-links": "^7.0.12", "@storybook/blocks": "^7.0.12", "@storybook/react": "^7.0.12", "@storybook/react-vite": "^7.0.12", "@storybook/testing-library": "^0.0.14-next.2", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@vanilla-extract/vite-plugin": "^3.8.1", "eslint-config-saleor": "workspace:*", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.43.9", "storybook": "^7.0.12", "typescript": "5.1.3", "vite": "4.3.9", "webpack": "^5.82.1" }, "main": "index.ts", "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" } }