-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.36 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.36 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
{
"name": "react",
"version": "0.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^1.6.0",
"bootstrap": "4.3.1",
"formik": "^1.5.8",
"i": "^0.3.6",
"jquery": "3.5.0",
"ncu": "^0.2.1",
"npm": "^10.2.4",
"popper.js": "1.15.0",
"react": "16.8.6",
"react-app-polyfill": "^1.0.1",
"react-bootstrap": "1.0.0-beta.8",
"react-dom": "16.8.6",
"react-redux": "^7.2.1",
"react-responsive": "^7.0.0",
"react-router": "5.0.1",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "5.0.1",
"react-thunk": "^1.0.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src/**/*.js src/**/*.jsx"
},
"devDependencies": {
"babel-core": "^6.26.3",
"eslint-plugin-react": "^7.14.3",
"react-scripts": "^3.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}