procyon/packages/forms/package.json
2023-05-14 09:40:59 +00:00

28 lines
685 B
JSON

{
"name": "@treejs/forms",
"version": "0.19.29",
"description": "",
"author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC",
"scripts": {
"clean": "rm -rf dist/ && npm run build -- --clean",
"build": "tsc --b tsconfig.build.json",
"prepublish": "cp package.json dist",
"postpublish": "rm dist/package.json",
"release": "npm version --no-git-tag-version"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": false
},
"dependencies": {
"@hookform/resolvers": "2.8.8",
"@treejs/components": "^0.19.17",
"@treejs/types": "^0.19.17",
"@treejs/utils": "^0.19.17",
"react-hook-form": "7.27.1"
},
"peerDependencies": {
"yup": "0.32.11"
}
}