-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 KB
/
package.json
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
{
"name": "forb",
"version": "1.2.0",
"description": "Lightweight and intuitive form validation library for React applications. Easily manage and validate forms, enhancing user experience and ensuring data accuracy with minimal effort",
"keywords": [
"forb",
"form",
"forms",
"react",
"react-dom",
"hooks",
"react hooks",
"validation",
"flutter like form experience"
],
"author": "Edwin Sulaiman",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/weaze-id/forb.git"
},
"scripts": {
"rollup-build-lib": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@types/react": "^18.2.20",
"rollup": "^3.28.0",
"rollup-plugin-dts": "^5.3.1",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"@rollup/plugin-terser": "^0.4.3"
},
"peerDependencies": {
"eventemitter3": "^5.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist/",
"LICENSE"
],
"types": "dist/index.d.ts"
}