-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 1010 Bytes
/
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
{
"name": "react-ui-generator",
"private": true,
"version": "0.0.0",
"description": "Library for generation UI from metadata",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"schema:check": " ajv -s node_modules/@react-ui-generator/core/src/schema.json -d node_modules/@react-ui-generator/demo/src/meta/complete.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-ui-generator/react-ui-generator.git"
},
"keywords": [
"react",
"UI",
"react-components",
"form-generator",
"UI-generator"
],
"author": "Alexei Zaviruha <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-ui-generator/react-ui-generator/issues"
},
"homepage": "https://github.com/react-ui-generator/react-ui-generator#readme",
"devDependencies": {
"ajv-cli": "^2.1.0",
"lerna": "^3.13.1",
"prettier": "^1.19.1"
},
"workspaces": [
"packages/*"
]
}