-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
145 lines (145 loc) · 4.47 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "kite",
"version": "1.0.1",
"description": "blog cms",
"main": "index.js",
"scripts": {
"init": "node ./cli/init.js ",
"start": "cross-env NODE_ENV=development nodemon --watch server/src/**/*.ts --exec ts-node server/src/index.ts",
"build": "tsc",
"dev": "nodemon ./server/build/index.js",
"server": "cross-env NODE_ENV=production pm2 start pm2.json",
"test-mysql": "node db/mysqldb/test.js",
"kite-update": "node update"
},
"author": "xiaoquan",
"license": "ISC",
"dependencies": {
"@types/ali-oss": "^6.0.4",
"@types/express-rate-limit": "^5.0.0",
"@types/helmet": "^0.0.45",
"ali-oss": "^6.5.1",
"apollo-server-express": "^2.9.12",
"axios": "^0.18.0",
"body-parser": "^1.19.0",
"busboy": "^0.2.14",
"cheerio": "^1.0.0-rc.2",
"colors": "^1.3.3",
"cookie-parser": "^1.4.4",
"cos-nodejs-sdk-v5": "^2.5.20",
"date-fns": "^1.30.1",
"ejs": "^2.5.7",
"express": "^4.17.0",
"express-rate-limit": "^5.1.1",
"graphql": "^14.5.8",
"helmet": "^3.21.3",
"highlight.js": "^9.18.1",
"inquirer": "^6.5.0",
"jsonwebtoken": "^8.2.0",
"lowdb": "^1.0.0",
"marked": "^0.3.19",
"moment": "^2.22.1",
"multer": "^1.4.2",
"mysql": "^2.15.0",
"mysql2": "^1.5.3",
"nodemailer": "^4.7.0",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^1.12.1",
"pm2": "^2.7.2",
"progress-bar-webpack-plugin": "^1.12.1",
"qiniu": "^7.3.0",
"sequelize": "^5.3.0",
"shelljs": "^0.8.3",
"shortid": "^2.2.8",
"socket.io": "^2.3.0",
"trim-html": "^0.1.9",
"underscore": "^1.9.2",
"uuid": "^3.4.0",
"vue-client-only": "^2.0.0",
"vue-server-renderer": "^2.5.21",
"xss": "^1.0.6",
"yargs": "^13.3.0"
},
"devDependencies": {
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-modules-commonjs": "7.1.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/register": "7.0.0",
"@types/bluebird": "^3.5.29",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.2",
"@types/highlight.js": "^9.12.3",
"@types/marked": "^0.7.3",
"@types/moment": "^2.13.0",
"@types/node": "^13.7.0",
"@types/uuid": "^3.4.7",
"@types/validator": "^12.0.1",
"autoprefixer": "^9.4.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "8.0.4",
"babel-plugin-component": "^1.1.1",
"babel-plugin-dynamic-import-node": "2.2.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-styled-components": "1.8.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"compression": "^1.7.4",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"enquire-js": "^0.2.1",
"eslint": "^5.12.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-include-assets-plugin": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.19.1",
"ignore-loader": "^0.1.2",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"memory-fs": "^0.4.1",
"mini-css-extract-plugin": "^0.4.5",
"node-notifier": "^5.3.0",
"nprogress": "^0.2.0",
"opn": "^6.0.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"scss-loader": "^0.0.1",
"style-loader": "^0.23.1",
"sw-precache-webpack-plugin": "^0.11.5",
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"url-loader": "^1.1.2",
"vue": "^2.6.10",
"vue-meta": "^1.5.8",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.5.21",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"webpack": "^4.27.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.1.5",
"webpack-node-externals": "^1.7.2"
}
}