22 lines
565 B
JSON
22 lines
565 B
JSON
{
|
|
"name": "@treejs/forms",
|
|
"version": "0.10.7",
|
|
"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.7",
|
|
"@treejs/types": "^0.10.7",
|
|
"@treejs/utils": "^0.10.7",
|
|
"react-hook-form": "6.15.4"
|
|
},
|
|
"peerDependencies": {
|
|
"yup": "0.32.9"
|
|
}
|
|
}
|