forked from yuicer/vuepress-theme-yuicer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.03 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
{
"name": "vuepress-theme-yuicer",
"version": "1.0.0",
"main": ".eslintrc.js",
"scripts": {
"lint": "lint-staged",
"bootstrap": "lerna bootstrap",
"publish": "lerna publish"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,vue}": [
"eslint --fix",
"pretty-quick --staged",
"git add"
]
},
"dependencies": {
"lerna": "4.0.0"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-vue": "7.9.0",
"husky": "4.2.5",
"lint-staged": "10.2.11",
"prettier": "2.3.0",
"pretty-quick": "3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuicer/vuepress-theme-yuicer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yuicer/vuepress-theme-yuicer/issues"
},
"homepage": "https://github.com/yuicer/vuepress-theme-yuicer#readme"
}