-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.8 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
{
"name": "homeworked",
"version": "0.1.0",
"private": true,
"proxy":"http://localhost:3000/",
"dependencies": {
"@chakra-ui/react": "^1.4.1",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@material-ui/core": "^4.11.3",
"@seznam/compose-react-refs": "^1.0.6",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.1.10",
"aws-sdk": "^2.1332.0",
"caniuse-lite": "^1.0.30001442",
"catenary-curve": "^1.0.1",
"classnames": "^2.2.6",
"dateformat": "^4.5.1",
"framer-motion": "^4.0.3",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-canvas-draw": "^1.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-intl": "^5.14.0",
"react-modal": "^3.12.1",
"react-modal-hook": "^3.0.0",
"react-native-elements": "^3.3.2",
"react-onclickoutside": "^6.10.0",
"react-pro-sidebar": "^0.6.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-s3": "^1.3.1",
"react-scripts": "4.0.3",
"react-test-renderer": "^17.0.2",
"react-transition-group": "^4.4.1",
"web-vitals": "^1.0.1"
},
"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"
]
},
"jest": {
"transformIgnorePatterns": [
"/node_modules/(?!@fullcalendar)"
]
}
}