forked from edmundho/yelp_on_slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "yelp_on_slack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"postinstall": "webpack --optimize-minimize",
"webpack": "./node_modules/.bin/webpack -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@slack/client": "^4.3.1",
"@slack/interactive-messages": "^0.4.0",
"async": "^2.6.1",
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"body-parser": "^1.18.3",
"debug": "^3.1.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"mongoose": "^5.1.6",
"nodemon": "^1.17.5",
"qs": "^6.5.2",
"querystring": "^0.2.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"request": "^2.87.0",
"yelp-fusion": "^2.0.3"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.12.2",
"webpack-cli": "^3.0.8"
}
}