forked from poooi/poi-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.26 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
{
"name": "poi-server",
"version": "1.0.0",
"description": "Server side of poi.",
"private": true,
"main": "index.js",
"scripts": {
"start": "node --harmony index.js",
"dev": "webpack-dev-server --content-base public/ --config webpack.config.dev.js --colors --watch --inline --progress --hot",
"build": "NODE_ENV=production webpack -p --config webpack.config.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poooi/poi-server.git"
},
"keywords": [
"poi",
"KanColle"
],
"author": "Magica",
"license": "MIT",
"bugs": {
"url": "https://github.com/yudachi/poi-server/issues"
},
"homepage": "https://github.com/yudachi/poi-server#readme",
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2017-node7": "^0.5.2",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.23.0",
"bluebird": "^3.5.0",
"df": "^1.1.1",
"glob": "^7.1.1",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-cash": "^2.1.1",
"koa-logger": "^2.0.1",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"lodash": "^4.17.4",
"mongoose": "^4.9.2",
"node-cache": "^4.1.1",
"node-fetch": "^1.7.1",
"semver": "^5.3.0"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-polyfill": "^6.23.0",
"babel-preset-react-hmre": "^1.1.1",
"classnames": "^2.2.5",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"file-loader": "^0.10.1",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"html-webpack-plugin": "^2.28.0",
"postcss": "^5.2.16",
"postcss-cssnext": "^2.10.0",
"postcss-loader": "^1.3.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-icons": "^2.2.3",
"react-router": "^3.0.3",
"react-slick": "^0.14.7",
"react-typist": "^1.1.0",
"slick-carousel": "^1.6.0",
"style-loader": "^0.16.1",
"ua-parser-js": "^0.7.12",
"url-loader": "^0.5.8",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.3",
"webpack-hot-middleware": "^2.17.1"
}
}