-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.07 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
{
"name": "my-blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "bash deploy.sh",
"deploy:dist": "bash deploy-dist.sh",
"commit": "git add . && git cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"push": "git push main master"
},
"author": "qsyyke",
"license": "ISC",
"devDependencies": {
"@types/jquery": "^3.5.6",
"@vuepress/plugin-external-link-icon": "2.0.0-beta.33",
"@vuepress/plugin-google-analytics": "2.0.0-beta.33",
"@vuepress/plugin-register-components": "2.0.0-beta.33",
"@vuepress/plugin-search": "2.0.0-beta.33",
"cz-conventional-changelog": "^3.3.0",
"jquery": "^3.2.1",
"stylus-loader": "^6.1.0",
"vuepress": "2.0.0-beta.33",
"vuepress-webpack": "2.0.0-beta.33"
},
"dependencies": {
"@waline/client": "^1.3.10",
"aplayer": "^1.10.1",
"autoprefixer": "^9.8.8",
"axios": "^0.21.1",
"crypto-js": "^4.1.1",
"default-passive-events": "^2.0.0",
"easy-typer-js": "^2.1.0",
"gsap": "^3.8.0",
"highlight.js": "^11.3.1",
"html2canvas": "^1.3.2",
"leancloud-storage": "^4.12.0",
"markdown-it": "^12.2.0",
"markdown-it-modify-token": "^1.0.2",
"mini-css-extract-plugin": "^2.4.6",
"NeteaseCloudMusicApi": "^4.1.1",
"postcss": "^8.3.9",
"qrcode": "^1.4.4",
"reading-time-estimator": "^1.4.0",
"smoothscroll-polyfill": "^0.4.4",
"vuepress-plugin-archive": "^1.1.3",
"vuepress-plugin-coze": "^1.7.10",
"vuepress-plugin-player": "^1.1.7",
"vuex": "^4.0.0-0"
},
"publishConfig": {
"tag": "next"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}