-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 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
{
"name": "vuepress-theme-yuu",
"version": "3.1.0",
"description": "A VuePress theme that supports a dark theme, multiple color themes, and other useful features.",
"keywords": [
"vuepress",
"theme",
"yuu",
"vuepress-theme",
"dark",
"colors",
"vue",
"customize",
"options"
],
"main": "index.js",
"homepage": "https://vuepress-theme-yuu.netlify.app/",
"repository": "https://github.com/Danktuary/vuepress-theme-yuu.git",
"author": "Sanctuary <[email protected]>",
"license": "MIT",
"scripts": {
"postinstall": "husky install",
"lint": "eslint . --ext js,vue",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-config-sora": "^3.1.0",
"eslint-plugin-vue": "^7.5.0",
"husky": "^4.3.8",
"pinst": "^2.1.2"
},
"dependencies": {
"vue-click-outside": "^1.1.0"
}
}