-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@n8x/react-form-utils",
"version": "1.2.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://n8x-form-utils.vercel.app/",
"repository": {
"type": "git",
"url": "https://github.com/n8x-0/n8x-form-utils.git"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "rollup -c --bundleConfigAsCjs",
"build": "npm run rollup"
},
"keywords": [
"react",
"forms",
"validation",
"zod",
"react-hook-form",
"form generation",
"form utils",
"react query",
"react-form-library",
"n8xform",
"n8x",
"n8x-form-utils"
],
"author": "Syed Shayan Ali",
"license": "ISC",
"type": "commonjs",
"description": "Reuseable form utils for instant JS object to form generation with zod validation, controlled form submission events and state management using react-hook-form",
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@types/react": "^19.2.14",
"react": "^19.2.4",
"rollup-plugin-dts": "^6.4.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.8.1",
"rollup": "^4.60.0",
"typescript": "^6.0.2"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"axios": "^1.14.0",
"react-hook-form": "^7.72.0",
"tailwindcss": "^4.2.2",
"zod": "^4.3.6"
}
}