-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.13 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
69
70
71
72
73
74
75
76
77
78
{
"name": "MemoryGame",
"description": "Multiplayer Memory Game with React and FeathersJS.",
"version": "0.0.0",
"homepage": "",
"main": "src/",
"keywords": [
"feathers"
],
"license": "MIT",
"repository": {},
"author": {},
"contributors": [],
"bugs": {},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "npm run jshint && npm run mocha",
"jshint": "jshint src/. test/. --config",
"start": "node src/",
"mocha": "mocha test/ --recursive"
},
"dependencies": {
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"cors": "^2.8.0",
"feathers": "^2.0.1",
"feathers-authentication": "^0.7.10",
"feathers-client": "^1.5.3",
"feathers-configuration": "^0.2.3",
"feathers-errors": "^2.4.0",
"feathers-hooks": "^1.5.7",
"feathers-mongoose": "^3.5.2",
"feathers-rest": "^1.4.4",
"feathers-socketio": "^1.4.1",
"feathersjs-redux-model": "github:codaisseur/feathersjs-redux-model",
"material-ui": "^0.15.4",
"mongoose": "^4.6.0",
"passport": "^0.3.2",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-drawer": "^1.2.3",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"serve-favicon": "^2.3.0",
"socket.io-client": "^1.4.8",
"winston": "^2.2.0",
"webpack": "^1.13.2",
"html-webpack-plugin": "^2.22.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"cross-env": "^2.0.1",
"eslint": "^3.4.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^6.2.0",
"eventsource-polyfill": "^0.9.6",
"html-webpack-plugin": "^2.22.0",
"jshint": "^2.9.3",
"mocha": "^3.0.2",
"request": "^2.74.0",
"rimraf": "^2.5.4",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2"
}
}