forked from nlac/ruled-jsonschema-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "ruled-jsonschema-form",
"version": "1.0.1",
"description": "a rule engine for react-jsonschema-form",
"author": "Laszlo Nemethi <[email protected]>",
"license": "MIT",
"keywords": [
"rule",
"rule engine",
"react-jsonschema-form",
"json",
"json-schema",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nlac/ruled-jsonschema-form.git"
},
"bugs": {
"url": "https://github.com/nlac/ruled-jsonschema-form/issues"
},
"homepage": "https://github.com/nlac/ruled-jsonschema-form#readme",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./lib && tsc"
},
"heroku-run-build-script": true,
"engines": {
"npm": ">=2.14.7",
"node": ">=6"
},
"peerDependencies": {
"react": ">=16",
"react-jsonschema-form": ">=1.7.0"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-dom": "16.8.5",
"@types/react-jsonschema-form": "^1.6.4",
"react": "^16.9.0",
"react-dom": "^16.8.6",
"react-jsonschema-form": "^1.8.0",
"typescript": "3.5.3"
}
}