mono/packages/auth-ui/package.json

28 lines
617 B
JSON

{
"name": "@mono/auth-ui",
"version": "0.0.1",
"private": true,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint .",
"clean": "rm -rf dist"
},
"dependencies": {
"@mono/auth-core": "file:../auth-core",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"@hookform/resolvers": "^3.3.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"typescript": "^5.3.3"
}
}