-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.78 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": "to-do-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.0",
"@date-io/date-fns": "^1.3.13",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "^5.1.1",
"@mui/lab": "^5.0.0-alpha.55",
"@mui/material": "^5.1.1",
"@mui/styled-engine-sc": "^5.1.0",
"@mui/styles": "^5.1.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"ansi-regex": "^6.0.1",
"browserslist": "^4.17.1",
"date-fns": "^2.23.0",
"fsevents": "^2.3.2",
"hamburger-react": "^2.4.1",
"immer": "^9.0.6",
"node-sass": "^6.0.1",
"react": "^17.0.0",
"react-bootstrap-icons": "^1.0.3-alpha5",
"react-dom": "^17.0.0",
"react-spring": "^8.0.27",
"styled-components": "^5.1.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"glob-parent": "^6.0.1"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-styled-components": "^1.11.1",
"react-scripts": "^4.0.3"
}
}