-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.96 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.96 KB
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
{
"name": "daiz-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/react": "^18.0.2",
"@types/react-calendar": "^3.5.0",
"@types/react-dom": "^18.0.0",
"@types/react-redux": "^7.1.23",
"@types/react-router-dom": "^5.3.3",
"axios": "^0.24.0",
"date-fns": "^2.28.0",
"http-proxy-middleware": "^2.0.6",
"https-proxy-agent": "^5.0.1",
"process": "^0.11.10",
"react": "^17.0.2",
"react-calendar": "^3.5.0",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-error-overlay": "6.0.9",
"react-redux": "^7.2.6",
"react-router-dom": "5.3.0",
"react-scripts": "4.0.3",
"redux-persist": "^6.0.0",
"sass": "^1.47.0",
"typescript": "^4.6.3",
"web-vitals": "^1.0.1"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"start": "react-scripts start",
"build": "react-scripts build --stats",
"analyze": "webpack-bundle-analyzer build/bundle-stats.json",
"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"
]
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
},
"devDependencies": {
"@types/react-router": "^5.1.18",
"cra-bundle-analyzer": "^0.1.1",
"webpack-bundle-analyzer": "^4.5.0"
}
}