procyon/packages/forms/package.json
2022-02-28 20:54:55 +00:00

22 lines
565 B
JSON

{
"name": "@treejs/forms",
"version": "0.10.8",
"description": "",
"author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC",
"scripts": {
"clean": "rm -rf dist/ && npm run build -- --clean",
"build": "tsc --b tsconfig.build.json",
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
},
"dependencies": {
"@hookform/resolvers": "^1.3.5",
"@treejs/components": "^0.10.8",
"@treejs/types": "^0.10.8",
"@treejs/utils": "^0.10.8",
"react-hook-form": "6.15.4"
},
"peerDependencies": {
"yup": "0.32.9"
}
}