-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
34 lines (34 loc) · 977 Bytes
/
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
{
"name": "react-fooddelivery",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.9.14",
"axios": "^0.19.2",
"css-loader": "^3.5.3",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-placeholder": "^4.0.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "0.9.5",
"react-simple-chatbot": "^0.6.1",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"style-loader": "^1.2.1",
"styled-components": "^5.1.0",
"typeface-roboto": "0.0.75"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}