-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "Eatey!",
"version": "0.0.1",
"description": "Project for CS8803, Mobile app for fast and cheap food delivery",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline --content-base --hot"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.15.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.15.2",
"child_process": "^1.0.2",
"crypto": "0.0.3",
"css-loader": "^0.26.0",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.16.4",
"method-override": "^2.3.6",
"mongoose": "^4.6.2",
"onsenui": "^2.0.4",
"q": "^1.4.1",
"react": "^15.3.1",
"react-addons-css-transition-group": "^15.3.2",
"react-dom": "^15.3.1",
"react-onsenui": "^1.0.3",
"react-router": "^2.8.1",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"socket.io": "^1.5.1",
"socket.io-client": "^1.5.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.1"
}
}