saleor-apps-redis_apl/packages/react-hook-form-macaw/package.json
Lukasz Ostrowski 57fec74663
Release apps (#520)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-06 12:59:16 +02:00

38 lines
1.1 KiB
JSON

{
"name": "@saleor/react-hook-form-macaw",
"version": "0.1.1",
"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.0.4",
"vite": "4.3.9",
"webpack": "^5.82.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"lint:fix": "eslint --fix .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"start-storybook-build": "pnpm dlx http-server ./storybook-static"
},
"main": "index.ts"
}