-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.34 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/joy": "^5.0.0-alpha.47",
"@mui/material": "^5.10.7",
"@mui/styles": "^5.10.7",
"@mui/x-data-grid": "^5.17.23",
"@types/jest": "^27.5.2",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^16.11.62",
"@types/react": "^18.0.21",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^18.0.6",
"@types/yup": "^0.29.11",
"array-move": "^2.2.1",
"axios": "^0.21.1",
"babel-loader": "^8.1.0",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"create-react-app": "^3.4.1",
"crypto-browserify": "^3.12.0",
"formik": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"notistack": "^0.9.8",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.1",
"save-dev": "^0.0.1-security",
"stream": "^0.0.2",
"typescript": "^4.8.3",
"util": "^0.12.4",
"web-vitals": "^2.1.4",
"yarn": "^1.22.4",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@cypress/code-coverage": "^3.10.0",
"@cypress/instrument-cra": "^1.4.0",
"@faker-js/faker": "^7.4.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^3.4.1",
"@testing-library/user-event": "^13.5.0",
"axios-mock-adapter": "^1.18.2",
"cypress": "^13.2.0",
"react-is": "^16.13.1",
"react-test-renderer": "^18.2.0",
"start-server-and-test": "^1.14.0"
},
"resolve": {
"fallback": {
"crypto": "require.resolve('crypto-js')"
}
}
}