forked from Dean177/lunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.8 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
59
60
61
62
63
64
65
66
67
68
{
"name": "lunch",
"version": "0.0.1",
"description": "Get some lunch",
"main": "index.js",
"scripts": {
"run": "gulp build && node out/server/index.js",
"test": "gulp run-tests"
},
"author": "Dean Merchant <deanmerchant@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:Dean177/lunch.git"
},
"license": "ISC",
"dependencies": {
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.4",
"gulp-util": "^3.0.6",
"history": "^1.11.0",
"http": "0.0.0",
"knex": "^0.8.6",
"node-uuid": "^1.4.3",
"nodemon": "^1.4.1",
"react": "^0.14.0",
"react-autosuggest": "^2.1.0",
"react-dom": "^0.14.0",
"react-measure": "^0.1.3",
"react-motion": "0.3.0",
"react-redux": "^4.0.0",
"react-router": "^1.0.0-rc3",
"redux": "^3.0.2",
"redux-devtools": "^2.1.4",
"redux-router": "^1.0.0-beta3",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"sqlite3": "^3.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"babel-runtime": "^5.8.25",
"chai": "^3.3.0",
"css-loader": "^0.16.0",
"del": "^2.0.2",
"eslint-config-airbnb": "0.1.0",
"eslint-plugin-react": "^3.4.2",
"file-loader": "^0.8.4",
"gulp-eslint": "^1.0.0",
"gulp-sequence": "^0.4.1",
"mocha": "^2.3.3",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.0",
"redbox-react": "^1.1.1",
"sass-loader": "3.0.0",
"style-loader": "^0.12.4",
"webpack": "^1.12.1",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.0.0"
}
}