-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
89 lines (89 loc) · 2.67 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
{
"name": "nuxt-blog-client",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/galaxy-s10/nuxt-blog-client"
},
"scripts": {
"build": "nuxt build",
"build:beta": "nuxt build",
"build:prod": "nuxt build",
"copy": "node ./deploy/handleGiteeJenkins.mjs",
"cz": "cz",
"deploy:beta": "node ./deploy/index.js --beta",
"deploy:prod": "node ./deploy/index.js --prod",
"dev": "nuxt",
"generate": "nuxt generate",
"lint": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue",
"lint:fix": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue --fix",
"nuxt-lint": "yarn lint:js",
"nuxt-lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"prepare": "husky install",
"prettier": "prettier --write .",
"release": "standard-version",
"release:first": "standard-version --first-release",
"start": "nuxt start"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@kangc/v-md-editor": "^1.7.11",
"axios": "^0.27.2",
"billd-deploy": "^1.0.26",
"billd-html-webpack-plugin": "^1.0.6",
"billd-scss": "^0.0.8",
"billd-utils": "^0.0.22",
"core-js": "^3.19.3",
"dayjs": "^1.10.8",
"element-ui": "^2.15.1",
"flv.js": "^1.6.2",
"highlight.js": "^11.4.0",
"js-cookie": "^3.0.1",
"normalize.css": "^8.0.1",
"nuxt": "^2.15.8",
"pm2": "5.2.1",
"qiniu": "^7.8.0",
"rgbaster": "^2.1.1",
"socket.io-client": "^4.4.1",
"trash": "^8.1.1",
"ua-parser-js": "^1.0.2",
"vue": "^2.6.14",
"vue-lazyload": "^1.3.3",
"webrtc-adapter": "^8.2.2"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/style-resources": "^1.2.1",
"@types/js-cookie": "^3.0.2",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"chalk": "^4",
"commitizen": "^4.2.5",
"compression-webpack-plugin": "5.0.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^8.2.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.2.1",
"sass": "^1.49.7",
"sass-loader": "^10",
"standard-version": "^9.5.0",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
}
}