-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.85 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
{
"name": "jsonforms-react-seed",
"version": "0.1.0",
"proxy": "http://127.0.0.1:5000",
"private": true,
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fontsource/roboto": "^5.0.8",
"@jsonforms/core": "3.1.0",
"@jsonforms/material-renderers": "3.1.0",
"@jsonforms/react": "3.1.0",
"@mui/icons-material": "~5.11.16",
"@mui/lab": "5.0.0-alpha.58",
"@mui/material": "~5.13.0",
"@mui/styles": "^5.2.3",
"@mui/x-data-grid": "^6.16.2",
"@mui/x-date-pickers": "^6.5.0",
"@reduxjs/toolkit": "^1.9.7",
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@uiw/react-textarea-code-editor": "^2.1.9",
"axios": "^1.5.1",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"notistack": "^3.0.1",
"oidc-client-ts": "^2.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^13.2.2",
"react-oidc-context": "^2.3.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.15.0",
"ts-md5": "^1.3.1",
"typescript": "^4.1.3",
"use-http": "^1.0.28",
"yaml": "^2.3.3"
},
"devDependencies": {
"@types/ajv": "^1.0.0",
"@types/jest": "^28.1.6",
"cypress": "^6.1.0",
"react-scripts": "^5.0.1",
"start-server-and-test": "^1.11.6"
},
"scripts": {
"start": "react-scripts --max_old_space_size=8128 start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"cypress:open": "cypress open",
"cypress:run": "cypress run --config video=false",
"cypress:ci": "BROWSER=none start-server-and-test start http://localhost:3000 cypress:run"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}