saleor-apps-redis_apl/packages/react-hook-form-macaw/package.json
Lukasz Ostrowski a8834a11fe
Update dev dependencies (#540)
* Update Typescript to 5.1.3

* Update Turborepo

* Update turborepo eslint config

* Update ESLint and unify version

* Changeset

* unify eslint rules and node types and moved them to root

* unify app-sdk version

* unify codegen packages across monorepo

* unify graphql package

* update lock

* enabled eslint during invoices build with next build

* Format package jsons

* push scripts to the top of package json
2023-06-07 09:25:39 +02:00

41 lines
1.2 KiB
JSON

{
"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"
}
}