-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 978 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "jayconscious-blog",
"version": "1.0.15",
"description": "",
"main": "docs/.vuepress/dist",
"directories": {
"doc": "docs"
},
"devDependencies": {
"gh-pages": "^2.1.1",
"vuepress": "^1.9.10",
"vuepress-theme-reco": "^1.6.17"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"files": [
"docs/.vuepress/dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jayconscious/blog.git"
},
"bugs": {
"url": "https://github.com/jayconscious/blog/issues"
},
"homepage": "https://github.com/jayconscious/blog#readme",
"keywords": [],
"author": "https://github.com/jayconscious",
"license": "ISC",
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.7.1",
"markdown-it": "^14.1.0",
"markdown-it-attrs": "^4.3.1",
"moment": "^2.27.0",
"yard": "^1.0.3",
"yarn": "^1.22.22"
},
"publishConfig": {
"access": "public"
}
}