react-schema-form 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/react-schema-form.css +1 -0
- package/dist/react-schema-form.js +24405 -0
- package/dist/react-schema-form.js.map +1 -0
- package/dist/react-schema-form.umd.cjs +228 -0
- package/dist/react-schema-form.umd.cjs.map +1 -0
- package/package.json +66 -60
- package/dist/index.js +0 -2134
- package/dist/index.js.map +0 -1
- package/dist/index.modern.js +0 -2128
- package/dist/index.modern.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-schema-form",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "1.0.6",
|
|
5
|
+
"description": "React JSON Schema Form",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"json schema",
|
|
7
8
|
"schema form",
|
|
@@ -14,79 +15,84 @@
|
|
|
14
15
|
"author": "Steve Hu, Nicholas Azar, Xavi Torelló, Greg Taschuk, Gene Sumchenko, Dmytro V. Dogadailo, Naeem Baghi",
|
|
15
16
|
"license": "MIT",
|
|
16
17
|
"repository": "https://github.com/networknt/react-schema-form.git",
|
|
17
|
-
"
|
|
18
|
-
"module": "dist/index.modern.js",
|
|
19
|
-
"source": "src/index.js",
|
|
20
|
-
"engines": {
|
|
21
|
-
"node": ">=14"
|
|
22
|
-
},
|
|
18
|
+
"type": "module",
|
|
23
19
|
"scripts": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
31
|
-
"test:watch": "react-scripts test --env=jsdom",
|
|
32
|
-
"predeploy": "cd example && yarn install && yarn run build",
|
|
33
|
-
"deploy": "gh-pages -d example/build"
|
|
20
|
+
"dev": "vite",
|
|
21
|
+
"build": "vite build",
|
|
22
|
+
"lint": "eslint .",
|
|
23
|
+
"preview": "vite preview",
|
|
24
|
+
"predeploy": "cd example && yarn install && yarn build",
|
|
25
|
+
"deploy": "gh-pages -d example/dist"
|
|
34
26
|
},
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"react-dom": "^17.0.2",
|
|
44
|
-
"react-is": "17.0.2"
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"classnames": "^2.5.1",
|
|
29
|
+
"lodash": "^4.17.21",
|
|
30
|
+
"objectpath": "^2.0.0",
|
|
31
|
+
"react-checkbox-tree": "^1.8.0",
|
|
32
|
+
"supports-color": "^9.4.0",
|
|
33
|
+
"tv4": "^1.3.0",
|
|
34
|
+
"universal-cookie": "^7.2.2"
|
|
45
35
|
},
|
|
46
36
|
"devDependencies": {
|
|
47
|
-
"@babel/
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
37
|
+
"@babel/runtime": "^7.26.0",
|
|
38
|
+
"@codemirror/autocomplete": "^6.18.2",
|
|
39
|
+
"@codemirror/language": "^6.10.6",
|
|
40
|
+
"@codemirror/lint": "^6.8.2",
|
|
41
|
+
"@codemirror/search": "^6.5.7",
|
|
42
|
+
"@codemirror/state": "^6.4.1",
|
|
43
|
+
"@codemirror/theme-one-dark": "^6.1.2",
|
|
44
|
+
"@codemirror/view": "^6.34.2",
|
|
45
|
+
"@emotion/react": "^11.13.5",
|
|
46
|
+
"@emotion/styled": "^11.13.5",
|
|
47
|
+
"@eslint/js": "^9.13.0",
|
|
48
|
+
"@lezer/common": "^1.2.3",
|
|
50
49
|
"@mui/icons-material": "^6.1.6",
|
|
51
50
|
"@mui/material": "^6.1.6",
|
|
52
51
|
"@mui/styles": "^6.1.6",
|
|
53
|
-
"@
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
52
|
+
"@types/react": "^18.3.1",
|
|
53
|
+
"@uiw/react-markdown-editor": "^6.1.2",
|
|
54
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
55
|
+
"codemirror": "^6.0.1",
|
|
57
56
|
"eslint": "^9.13.0",
|
|
58
|
-
"eslint-config-prettier": "^9.1.0",
|
|
59
|
-
"eslint-config-standard": "^17.1.0",
|
|
60
|
-
"eslint-config-standard-react": "^13.0.0",
|
|
61
|
-
"eslint-plugin-import": "^2.31.0",
|
|
62
|
-
"eslint-plugin-node": "^11.0.0",
|
|
63
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
64
|
-
"eslint-plugin-promise": "^7.1.0",
|
|
65
57
|
"eslint-plugin-react": "^7.37.2",
|
|
66
|
-
"eslint-plugin-
|
|
58
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
59
|
+
"eslint-plugin-react-refresh": "^0.4.14",
|
|
67
60
|
"gh-pages": "^6.2.0",
|
|
68
|
-
"
|
|
69
|
-
"npm-run-all": "^4.1.5",
|
|
70
|
-
"prettier": "^3.3.3",
|
|
61
|
+
"globals": "^15.11.0",
|
|
71
62
|
"react": "^18.3.1",
|
|
72
63
|
"react-dom": "^18.3.1",
|
|
73
|
-
"
|
|
64
|
+
"vite": "^6.0.3"
|
|
65
|
+
},
|
|
66
|
+
"peerDependencies": {
|
|
67
|
+
"@babel/runtime": "^7.26.0",
|
|
68
|
+
"@codemirror/autocomplete": "^6.18.2",
|
|
69
|
+
"@codemirror/language": "^6.10.6",
|
|
70
|
+
"@codemirror/lint": "^6.8.2",
|
|
71
|
+
"@codemirror/search": "^6.5.7",
|
|
72
|
+
"@codemirror/state": "^6.4.1",
|
|
73
|
+
"@codemirror/theme-one-dark": "^6.1.2",
|
|
74
|
+
"@codemirror/view": "^6.34.2",
|
|
75
|
+
"@emotion/react": "^11.13.5",
|
|
76
|
+
"@emotion/styled": "^11.13.5",
|
|
77
|
+
"@lezer/common": "^1.2.3",
|
|
78
|
+
"@mui/icons-material": "^6.1.6",
|
|
79
|
+
"@mui/material": "^6.1.6",
|
|
80
|
+
"@mui/styles": "^6.1.6",
|
|
81
|
+
"@types/react": "^18.3.1",
|
|
82
|
+
"@uiw/react-markdown-editor": "^6.1.2",
|
|
83
|
+
"codemirror": "^6.0.1",
|
|
84
|
+
"react": "^18.3.1",
|
|
85
|
+
"react-dom": "^18.3.1"
|
|
74
86
|
},
|
|
75
87
|
"files": [
|
|
76
88
|
"dist"
|
|
77
89
|
],
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
"react-checkbox-tree": "^1.8.0",
|
|
86
|
-
"react-mde": "^11.5.0",
|
|
87
|
-
"showdown": "^2.1.0",
|
|
88
|
-
"supports-color": "^9.4.0",
|
|
89
|
-
"tv4": "^1.3.0",
|
|
90
|
-
"universal-cookie": "^7.2.2"
|
|
90
|
+
"main": "./dist/react-schema-form.umd.cjs",
|
|
91
|
+
"module": "./dist/react-schema-form.js",
|
|
92
|
+
"exports": {
|
|
93
|
+
".": {
|
|
94
|
+
"import": "./dist/react-schema-form.js",
|
|
95
|
+
"require": "./dist/react-schema-form.umd.cjs"
|
|
96
|
+
}
|
|
91
97
|
}
|
|
92
98
|
}
|