-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
124 lines (124 loc) · 4.03 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "blog",
"version": "1.0.0",
"description": "A personal bog with koa+vue",
"main": "index.js",
"scripts": {
"client-dev": "cross-env NODE_ENV=development webpack-dev-server --inline --progress --config client/build/webpack.dev.conf.js",
"client-build": "webpack --progress --config client/build/webpack.prod.conf.js",
"client-prod": "pm2 serve ./client/dist 8081 --name client --watch",
"server-dev": "pm2 start server/start.js --watch",
"server-build": "webpack --progress --config server/webpack.config.js",
"server-prod": "pm2 start server/dist/server.bundle.js --name server --watch",
"server-setup": "pm2 deploy deploy.yaml production setup",
"server-update": "pm2 deploy deploy.yaml production update",
"admin-dev": "cross-env NODE_ENV=development webpack-dev-server --inline --progress --config admin/build/webpack.dev.conf.js",
"admin-build": "webpack --progress --config admin/build/webpack.prod.conf.js",
"admin-prod": "pm2 serve ./admin/dist 8080 --name admin --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaXiong1/Blog.git"
},
"author": "DaXiong1",
"license": "ISC",
"bugs": {
"url": "https://github.com/DaXiong1/Blog/issues"
},
"homepage": "https://github.com/DaXiong1/Blog#readme",
"dependencies": {
"@babel/core": "^7.0.0-beta.39",
"@babel/preset-env": "^7.0.0-beta.39",
"autoprefixer": "^7.1.2",
"axios": "^0.19.0",
"babel-core": "^6.22.1",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.3.2",
"babel-preset-latest-node": "^0.4.0",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"crypto": "^1.0.1",
"debug": "^2.6.3",
"ejs": "~2.6.1",
"element-ui": "^2.9.1",
"glob": "^7.1.4",
"jsonwebtoken": "^8.5.1",
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-cors": "^0.0.16",
"koa-helmet": "^4.1.0",
"koa-json": "^2.0.2",
"koa-json-error": "^3.1.2",
"koa-onerror": "^1.2.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-views": "^5.2.1",
"mavon-editor": "^2.7.4",
"mongoose": "^5.5.11",
"ramda": "^0.26.1",
"vue": "^2.6.10",
"vue-router": "^3.0.1"
},
"devDependencies": {
"chalk": "^2.0.1",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^5.16.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^3.2.0",
"node-notifier": "^5.1.2",
"node-sass": "^4.12.0",
"nodemon": "^1.8.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"portfinder": "^1.0.13",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1",
"rimraf": "^2.6.0",
"sass-loader": "^7.1.0",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"source-list-map": "^2.0.1",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^0.5.8",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.2",
"webpack": "^4.35.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.1.0",
"webpack-sources": "^1.3.0"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}