-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
29 lines (29 loc) · 1.02 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
{
"name": "HK-SHAO.github.io",
"version": "0.0.1",
"description": "shaofun's personal website",
"main": "index.js",
"repository": "https://github.com/HK-SHAO/HK-SHAO.github.io.git",
"author": "HK-SHAO <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^2.0.0-beta.53",
"@vuepress/plugin-pwa": "^2.0.0-beta.53",
"@vuepress/plugin-pwa-popup": "^2.0.0-beta.53",
"@vuepress/plugin-register-components": "^2.0.0-beta.53",
"@vuepress/plugin-search": "^2.0.0-beta.53",
"@vuepress/plugin-toc": "^2.0.0-beta.53",
"vuepress": "^2.0.0-beta.53",
"vuepress-plugin-comment2": "^2.0.0-beta.116",
"vuepress-plugin-components": "^2.0.0-beta.116",
"vuepress-plugin-copy-code2": "^2.0.0-beta.116",
"vuepress-plugin-md-enhance": "^2.0.0-beta.116",
"vuepress-plugin-seo2": "^2.0.0-beta.116",
"vuepress-plugin-sitemap2": "^2.0.0-beta.116"
}
}