-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 830 Bytes
/
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
{
"name": "phpdoc-vuepress",
"version": "1.0.0",
"private": true,
"repository": "[email protected]:nelson6e65/phpdoc-vuepress.git",
"license": "MIT",
"author": "Nelson Martell <[email protected]>",
"scripts": {
"cs:fix": "prettier --write .",
"cs:lint": "prettier --check .",
"docs:build": "vuepress build docs",
"docs:dev": "vuepress dev docs",
"postinstall": "husky install"
},
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"vuepress": "^1.8.2"
},
"devDependencies": {
"@prettier/plugin-xml": "^1.0.1",
"husky": "^5.1.1",
"netlify-cli": "^12.12.0",
"prettier": "^2.6.2",
"prettier-plugin-packagejson": "^2.2.13",
"prettier-plugin-twig-melody": "^0.4.6",
"pretty-quick": "^3.1.3"
}
}