forked from ciqulover/disqus-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
{
"name": "hexo-disqus-proxy-heroku",
"description": " you can use heroku app update server, hexo blog use disqus api get info, In China",
"version": "2.0.0",
"main": "index",
"dependencies": {
"core-js": "^2.5.1",
"hexo-fs": "^0.2.2",
"kcors": "2",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.2.0",
"log4js": "^1.1.1",
"preact": "^8.2.5",
"preact-compat": "^3.17.0",
"regenerator-runtime": "^0.11.0",
"request": "^2.81.0",
"request-promise-native": "^1.0.4",
"socks5-https-client": "^1.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.1.1",
"css-loader": "^0.28.7",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.0"
},
"author": {
"name": "yobrave1995",
"email": "yobrave@outlook.com",
"url": "https://github.com/chinanf-boy/disqus-proxy-heroku"
},
"keywords": [
"hexo",
"hexo-disqus-proxy-heroku"
],
"scripts": {
"build": "webpack",
"start": "node server/index.js",
"debug": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"deploy": "git push heroku master"
},
"engines": {
"node": ">=7.6"
},
"license": "MIT"
}