-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.74 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
{
"name": "uwigem2020-react",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.10",
"@material-ui/core": "^4.11.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.2.1",
"@types/react": "^16.9.49",
"@types/react-router-dom": "^5.1.5",
"bootstrap": "^4.5.2",
"eslint": "^7.17.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-react-hooks": "^4.2.0",
"firebase": "^7.24.0",
"js-cookie": "^2.2.1",
"react": "^16.13.1",
"react-banner": "^1.0.3",
"react-bootstrap": "^1.3.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.13.1",
"react-flexbox-grid": "^2.1.2",
"react-horizontal-scrolling-menu": "^0.7.7",
"react-image-gallery": "^1.0.8",
"react-modal": "^3.11.2",
"react-overlays": "^4.1.0",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"typescript": "^4.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-router-dom": "^5.1.5",
"css-loader": "^4.2.2",
"style-loader": "^1.2.1"
}
}