-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.38 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
79
80
81
82
83
84
85
86
{
"name": "beeapp",
"version": "1.0.0",
"description": "名古屋のサークル・イベント情報サイト",
"main": "index.js",
"scripts": {
"start": "node --optimize_for_size --max_old_space_size=920 --gc_interval=100 api/src/server.js",
"build": "webpack",
"watch": "webpack --watch --progress --inline --hot"
},
"repository": {
"type": "git",
"url": "https://github.com/OthloTech/BeeApp.git"
},
"keywords": [
"beeapp"
],
"author": "othlotech, pokohide",
"license": "ISC",
"bugs": {
"url": "https://github.com/hyde2able/BeeApp/issues"
},
"homepage": "https://github.com/hyde2able/BeeApp#readme",
"dependencies": {
"axios": "^0.12.0",
"b_": "^1.3.3",
"babel": "^6.5.2",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"co": "^4.6.0",
"co-views": "^2.1.0",
"consolidate": "^0.14.1",
"css-loader": "^0.23.1",
"ect": "^0.5.9",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.1",
"html-webpack-plugin": "^2.21.0",
"koa": "^1.2.0",
"koa-body": "^1.4.0",
"koa-cors": "0.0.16",
"koa-json": "^1.1.3",
"koa-route": "^2.4.2",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"koa-static-server": "^0.1.8",
"lodash": "^4.13.1",
"lodash.flatten": "^4.2.0",
"moment": "^2.13.0",
"mongoose": "^4.5.0",
"node-jsx": "^0.13.3",
"qs": "^6.2.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-helmet": "^3.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"react-router-redux": "^4.0.5",
"reactify": "^1.1.1",
"redux": "^3.5.2",
"redux-actions": "^0.10.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-immutable-state-invariant": "^1.2.3",
"redux-promise": "^0.5.3",
"redux-slider-monitor": "^1.0.6",
"redux-thunk": "^2.1.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"webpack": "^1.13.1"
}
}