-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "react-validation-builder",
"version": "1.2.5",
"description": "validation builder dynamic",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "npx tsc -p . && ncp ./src/theme ./lib/styles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jp-programmer1/react-validation-builder.git"
},
"keywords": [
"validation",
"react-validation",
"editor-validation",
"dynamic-validation",
"convert-yup",
"transform yup editor"
],
"author": "Juan P. Fernández - [email protected] - https://www.linkedin.com/in/juan-pablo-fern%C3%A1ndez-23a940180/",
"license": "MIT",
"bugs": {
"url": "https://github.com/jp-programmer1/react-validation-builder/issues"
},
"homepage": "https://github.com/jp-programmer1/react-validation-builder#readme",
"peerDependencies": {
"react": ">=16.11.0"
},
"devDependencies": {
"@types/react": "^17.0.37",
"react": "^17.0.2",
"typescript": "^4.5.2",
"yup": "^0.32.11"
},
"dependencies": {
"ncp": "^2.0.0"
}
}