forked from satwikn07/Flipkart_clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 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
{
"name": "react",
"version": "1.0.0",
"description": "React example starter project",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"axios": "0.21.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fa": "^5.0.0",
"react-modal": "^3.14.3",
"react-multi-carousel": "^2.6.3",
"react-redux": "^7.2.4",
"react-responsive-carousel": "^3.2.18",
"react-router-dom": "5.2.0",
"react-scripts": "^4.0.0",
"react-toastify": "^7.0.4",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"styled-components": "^5.3.0",
"webpack": "^4.19.1",
"webpack-dev-server": "^3.1.9"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"css-loader": "^4.3.0",
"style-loader": "^1.3.0",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
}
}