-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.52 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": "wp-node",
"version": "1.0.37",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config ./build/webpack.dev.js --hot --watch --progress --color",
"dev": "NODE_ENV=development && supervisor --harmon ./dist/server.js",
"server": "node ./dist/server.js",
"debug": "node --inspect-brk ./dist/server.js",
"build": "webpack --config ./build/webpack.prod.js --progress --color",
"push": "git add . && git commit -m 'f' && npm version patch && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitorjs/wp-node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitorjs/wp-node/issues"
},
"homepage": "https://github.com/bitorjs/wp-node#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-export-namespace-from": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^1.0.1",
"graphql-compose-mysql": "file:plugins/graphql-compose-mysql",
"open-browser-webpack-plugin": "0.0.5",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1",
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {
"axios": "^0.18.0",
"bitorjs-decorators": "^1.0.2",
"graphql": "^14.1.1",
"jsonwebtoken": "^8.5.0",
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-compress": "^3.0.0",
"koa-convert": "^1.2.0",
"koa-ejs": "^4.2.0",
"koa-helmet": "^4.0.0",
"koa-jwt": "^3.5.1",
"koa-proxies": "^0.8.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-views": "^6.1.5",
"koa-websocket": "^5.0.1",
"koa2-cors": "^2.0.6",
"log4js": "^4.0.2",
"mysql": "^2.16.0",
"node-schedule": "^1.3.2",
"nodemailer": "^5.1.1",
"nunjucks": "^3.2.0",
"plugin-sso": "file:plugins/plugin-sso",
"qs": "^6.6.0",
"redis": "^2.8.0",
"test-browser": "file:plugins/test-browser"
}
}