forked from munchin-lunchin/Munchin-Lunchin-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.64 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
54
55
56
57
58
{
"name": "munchin-lunchin-",
"version": "1.0.0",
"description": "Find good food with great friends!",
"main": "index.js",
"scripts": {
"test": "jest --watchAll",
"build": "NODE_ENV=production webpack",
"start": "NODE_ENV=production nodemon server/server.js",
"dev": "NODE_ENV=development nodemon server/server.js & webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/munchin-lunchin/Munchin-Lunchin-.git"
},
"author": "Munchin' Lunchin'",
"license": "ISC",
"bugs": {
"url": "https://github.com/munchin-lunchin/Munchin-Lunchin-/issues"
},
"homepage": "https://github.com/munchin-lunchin/Munchin-Lunchin-#readme",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"apollo-boost": "^0.3.1",
"babel-loader": "^8.0.6",
"dotenv": "^8.0.0",
"graphql": "^14.3.0",
"jest": "^24.8.0",
"nodemon": "^1.19.0",
"react-apollo": "^2.5.5",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"css-loader": "^2.1.1",
"dotenv": "^8.0.0",
"enzyme": "^3.9.0",
"express": "^4.16.4",
"express-graphql": "^0.8.0",
"node-fetch": "^2.6.0",
"pg": "^7.11.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"sinon": "^7.3.2",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"style-loader": "^0.23.1",
"supertest": "^4.0.2",
"styled-components": "^4.2.0",
"yelp-fusion": "^3.0.0"
}
}