This repository has been archived by the owner on Jun 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
81 lines (81 loc) · 1.9 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "rjsf-material-ui",
"version": "0.3.9",
"main": "dist/index.js",
"module": "dist/rjsf-material-ui.esm.js",
"typings": "dist/index.d.ts",
"description": "Material UI theme, fields and widgets for react-jsonschema-form",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"clean": "rimraf dist",
"test": "tsdx test --env=jsdom",
"npm": "np",
"publish-to-npm": "run-s clean build npm"
},
"peerDependencies": {
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"react": ">=16",
"react-jsonschema-form": "^1.6.1"
},
"devDependencies": {
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@types/jest": "^24.0.15",
"@types/json-schema": "^7.0.3",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/react-jsonschema-form": "^1.6.2",
"husky": "^3.0.0",
"np": "^5.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"pretty-quick": "^2.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-jsonschema-form": "^1.6.1",
"rimraf": "^3.0.0",
"tsdx": "^0.11.0",
"tslib": "^1.10.0",
"typescript": "^3.5.3"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"publishConfig": {
"access": "public"
},
"author": "Agustin N. R. Ramirez <agustin.ramirez@cybertec.at>",
"contributors": [
"Lorenz Henk <lorenz.henk@cybertec.at>"
],
"keywords": [
"Material UI",
"react-jsonschema-form",
"jsonschema",
"json-schema",
"json",
"schema",
"form",
"react",
"material-ui",
"rjsf-material-ui"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cybertec-postgresql/rjsf-material-ui.git"
},
"license": "MIT"
}