-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1022 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
37
38
39
40
41
42
43
44
{
"name": "rjsf-layout",
"version": "0.7.1",
"description": "",
"module": "./lib/index.js",
"main": "./dist/index.js",
"types": "./lib/index.d.ts",
"files": [
"README.md",
"/lib",
"/dist"
],
"scripts": {
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"prepublishOnly": "tsc"
},
"keywords": [
"rjsf",
"react-jsonschema-form",
"layout"
],
"author": "Hasan Arous <arous.hasan@gmail.com> (https://www.aularon.com/)",
"peerDependencies": {
"@rjsf/core": "^5.13.0",
"@rjsf/utils": "^5.13.0",
"@rjsf/validator-ajv8": "^5.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rjsf/core": "^5.13.0",
"@rjsf/utils": "^5.13.0",
"@rjsf/validator-ajv8": "^5.13.0",
"@types/json-schema": "^7.0.12",
"@types/react": "^18.0.28",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"json-schema-to-ts": "^2.9.2"
},
"license": "Apache-2.0"
}