-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.16 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
{
"name": "koa-pig",
"version": "1.0.0",
"description": "koa-pig",
"main": "index.js",
"scripts": {
"dev": "concurrently --kill-others \"npm run api\" \"npm run start-dev\"",
"deamon": "pm2 start npm -- run dev",
"api": "node -r babel-register server/app.js",
"start-dev": "webpack-dev-server --port 3000 --hot --host 0.0.0.0 --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shkurpylo/koa-pig.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shkurpylo/koa-pig/issues"
},
"homepage": "https://github.com/Shkurpylo/koa-pig#readme",
"dependencies": {
"aws-sdk": "^2.814.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"belle": "^3.0.1",
"find-exec": "^1.0.0",
"flux": "^3.1.2",
"kcors": "^1.3.2",
"koa": "^2.2.0",
"koa-better-body": "^3.0.2",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.1.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-icons": "^2.2.3",
"react-notification": "^6.6.0",
"react-redux": "^5.0.3",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.8",
"react-select": "^1.0.0-rc.3",
"redux": "^3.6.0",
"redux-async-connect": "^1.0.0-rc4",
"superagent": "^3.5.2",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.0",
"babel-loader": "^6.4.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015-node": "^6.1.1",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-3": "^6.22.0",
"babel-register": "^6.24.0",
"css-loader": "^0.28.0",
"eslint": "^3.18.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^7.0.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"svg-loader": "0.0.2",
"webpack": "^2.3.3",
"webpack-dev-server": "^3.1.11"
},
"babel": {
"presets": [
"es2015-node",
"stage-3"
]
}
}