-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.55 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
{
"name": "homepage",
"version": "1.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"dev-build": "vue-cli-service build --mode development",
"build-pdf": "npm run dev-build && npm run gen-pdf",
"gen-pdf": "node genPdf.js",
"build-both": "npm run build-pdf && npm run build",
"deploy": "pm2 deploy pm2.json production",
"deploy:qiniu": "node qiniuUpload.js",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.6.4",
"element-resize-detector": "^1.2.1",
"github-calendar": "^2.1.1",
"moment": "^2.24.0",
"vue": "^2.6.11",
"vue-router": "^3.1.5",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-plugin-unit-mocha": "^4.2.0",
"@vue/cli-service": "^4.2.0",
"@vue/eslint-config-standard": "^5.1.0",
"@vue/test-utils": "1.0.0-beta.31",
"babel-eslint": "^10.0.3",
"chai": "^4.1.2",
"commander": "^5.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.1.2",
"koa": "^2.11.0",
"koa-static": "^5.0.0",
"md5": "^2.2.1",
"puppeteer": "^3.0.0",
"qiniu": "^7.3.1",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.11"
}
}