forked from eclipsesource/jsonforms2-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.64 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
{
"name": "jsonforms-website",
"version": "2.0.0",
"description": "Complex forms in the blink of an eye",
"repository": "https://github.com/eclipsesource/jsonforms2-website",
"bugs": "https://github.com/eclipsesource/jsonforms2-website/issues",
"license": "MIT",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build:docusaurus": "docusaurus build",
"build:next": "./build.sh next && npm run build:docusaurus",
"build:current": "./build.sh && npm run build:docusaurus",
"build": "npm run build:next",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"clear": "docusaurus clear"
},
"dependencies": {
"@docusaurus/core": "3.1.0",
"@docusaurus/plugin-client-redirects": "3.1.0",
"@docusaurus/preset-classic": "3.1.0",
"@easyops-cn/docusaurus-search-local": "^0.40.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@jsonforms/core": "^3.2.0",
"@jsonforms/examples": "^3.2.0",
"@jsonforms/material-renderers": "^3.2.0",
"@jsonforms/react": "^3.2.0",
"@mdx-js/react": "^3.0.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.13.5",
"@mui/system": "^5.13.5",
"@mui/x-date-pickers": "^6.19.0",
"clsx": "^2.1.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}