-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "eatit",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@cthit/react-digit-components": "^0.1.27",
"@fortawesome/fontawesome": "^1.1.3",
"@fortawesome/fontawesome-free-solid": "^5.0.6",
"@fortawesome/react-fontawesome": "0.0.17",
"@material-ui/core": "^3.7.0",
"@material-ui/icons": "^3.0.1",
"axios": "^0.21.1",
"formik": "^1.4.0",
"lodash": "^4.17.19",
"meteor-node-stubs": "^0.3.2",
"prettier": "^1.15.3",
"prop-types": "^15.6.2",
"qrcode.react": "^0.7.2",
"react": "^16.4.0",
"react-dom": "^16.4.2",
"react-jss": "^8.6.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-select": "^2.1.2",
"react-youtube": "^7.5.0",
"recompose": "^0.26.0",
"redux": "^4.0.1",
"styled-components": "^3.3.2",
"yup": "^0.26.6"
}
}