-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.13 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
{
"name": "reactapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": ">=1.1.3",
"bootstrap": "^5.2.2",
"font-awesome": "^4.7.0",
"griddle-react": "^1.13.1",
"jquery": "^3.6.1",
"node-sass": "^7.0.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.2.0",
"react-full-screen": "^1.1.1",
"react-loadable": "^5.5.0",
"react-nvd3": "^0.5.7",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.0.4",
"react-reveal": "^1.2.2",
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"react-shopping-cart": "^1.9.5",
"react-shopping-cart-starter-kit": "^0.1.0",
"react-window-size": "^1.2.2",
"redux": "^4.2.0",
"react-transition-group": "^4.4.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}