-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.85 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
{
"name": "vuepress-theme-blog-material",
"version": "0.2.3",
"description": "Material VuePress Blog Theme Powered By Vuetify",
"main": "index.js",
"homepage": "https://github.com/lyh543/vuepress-theme-blog-material/",
"keywords": [
"vue",
"vuepress",
"vuetify",
"material design"
],
"scripts": {
"lint": "eslint --fix . --ext .js,.vue",
"dev:example": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress dev example/blog",
"build:example": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build example/blog",
"postversion": "npm publish --registry https://registry.npmjs.org && git push --follow-tags"
},
"author": {
"name": "lyh543",
"url": "https://github.com/lyh543",
"email": "lyh543@outlook.com"
},
"repository": {
"type": "git",
"url": "https://github.com/lyh543/vuepress-theme-blog-material"
},
"license": "MIT",
"lint-staged": {
"*.{js,vue}": [
"eslint --fix",
"git add"
],
"package.json": [
"sort-package-json",
"git add"
]
},
"dependencies": {
"@maginapp/vuepress-plugin-katex": "^1.0.11",
"@mdi/font": "^5.9.55",
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-medium-zoom": "^1.5.4",
"@vuepress/plugin-pwa": "^1.5.4",
"@vuepress/plugin-search": "^1.5.4",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"remove-markdown": "^0.3.0",
"vue": "^2.6.14",
"vuepress": "^1.5.4",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-table-of-contents": "^1.1.7",
"vuetify": "^2.5.6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"eslint-plugin-vue": "^7.13.0",
"prism-themes": "^1.8.0"
},
"peerDependencies": {
"@mdi/font": "^5.9.55",
"vuepress": "^1.5.4"
}
}