-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 786 Bytes
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
{
"name": "blog-vuepress",
"version": "1.0.0",
"description": "Welcome to my blog",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wjsgus95/blog-vuepress.git"
},
"author": "Hyunjun Cheon",
"license": "ISC",
"bugs": {
"url": "https://github.com/wjsgus95/blog-vuepress/issues"
},
"homepage": "https://github.com/wjsgus95/blog-vuepress#readme",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.7.1",
"vuepress": "^1.7.1"
},
"dependencies": {
"devicon": "^2.2.0",
"vuepress-plugin-google-tag-manager": "0.0.4",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-theme-meteorlxy": "^1.9.0"
}
}