-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 952 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
{
"name": "til",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vuepress dev documents",
"build": "vuepress build documents",
"commit": "vuepress build documents && git init && git add build && git commit -m 'Build: Deploy'",
"deploy": "git subtree push --prefix build https://github.com/je0489/TIL.git gh-pages",
"gh-pull": "git pull origin master",
"eject": "vuepress eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/je0489/TIL.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/je0489/TIL/issues"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"markdown-it-task-lists": "^2.1.1",
"prettier": "^2.3.2",
"vuepress": "^1.8.2"
}
}