-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.5 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
{
"name": "@yuicer/vuepress-theme-yuicer",
"version": "3.0.1",
"description": "theme for vuepress",
"main": "index.js",
"scripts": {
"lint": "lint-staged"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,vue}": [
"eslint --fix",
"pretty-quick --staged",
"git add"
]
},
"author": "[email protected]",
"keywords": [
"vuepress, vueoress-theme"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yuicer/vuepress-theme-yuicer.git"
},
"publishConfig": {
"access": "public"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/yuicer/vuepress-theme-yuicer/issues"
},
"homepage": "https://github.com/yuicer/vuepress-theme-yuicer#readme",
"dependencies": {
"@vuepress/plugin-back-to-top": "1.9.9",
"@vuepress/plugin-blog": "1.9.4",
"@vuepress/plugin-google-analytics": "1.9.9",
"@vuepress/plugin-medium-zoom": "1.9.9",
"markdown-it-katex": "2.0.3",
"moment": "2.29.4",
"vuepress-plugin-smooth-scroll": "0.0.10"
},
"devDependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"babel-eslint": "10.1.0",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.14.1",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"pretty-quick": "3.1.3"
},
"gitHead": "122751c832d77ff1840c1b1aa54c1a0753cde964"
}