forked from eclipsesource/jsonforms-react-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "jsonforms-react-seed",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "3.2.0",
"@jsonforms/material-renderers": "3.2.0",
"@jsonforms/react": "3.2.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-date-pickers": "^6.5.0",
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@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 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"
]
}