-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.75 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
{
"name": "smm-school",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack",
"start": "node index.js"
},
"author": "Andrey Kolmakov",
"license": "ISC",
"peerDependencies": {
"react": "^0.14.0"
},
"dependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"clarify": "^1.0.5",
"co": "^4.6.0",
"co-busboy": "^1.3.1",
"compression-webpack-plugin": "^0.2.0",
"config": "^1.16.0",
"dotenv": "^1.2.0",
"history": "^1.12.4",
"imgur": "^0.1.6",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"koa": "^1.0.0",
"koa-better-body": "^1.0.17",
"koa-body": "^1.2.1",
"koa-bodyparser": "^2.0.1",
"koa-connect": "^1.0.0",
"koa-favicon": "^1.2.0",
"koa-generic-session": "^1.9.2",
"koa-logger": "^1.3.0",
"koa-passport": "^1.1.6",
"koa-rbac": "^0.1.3",
"koa-request": "^1.0.0",
"koa-roles": "^1.0.1",
"koa-router": "^5.1.2",
"koa-session-mongoose": "^0.5.2",
"koa-static-server": "^0.1.8",
"koa-webpack-dev-middleware": "^1.0.1",
"lodash": "^3.10.1",
"log": "^1.4.0",
"mongoose": "^4.1.5",
"passport": "^0.3.0",
"passport-facebook": "^2.0.0",
"passport-google-plus": "^0.5.1",
"passport-local": "^1.0.0",
"passport-vkontakte": "^0.4.0",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.3.0",
"react-redux": "^3.1.0",
"react-router": "^1.0.0-rc3",
"redux": "^3.0.2",
"redux-devtools": "^2.1.5",
"redux-router": "^1.0.0-beta3",
"redux-thunk": "^1.0.0",
"stack-chain": "^1.3.3",
"trace": "^1.2.0",
"webpack": "^1.12.2",
"webpack-hot-middleware": "^2.4.1"
}
}