-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 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
30
31
32
33
34
{
"name": "sona-renfakai",
"version": "1.0.0",
"description": "\"renfakai blog\"",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev .",
"build": "vuepress build .",
"export": "vuepress export .",
"deoply:refresh-cdn": "node .vuepress/qcloud.cdn.refresh.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sona0402/sona-renfakai.git"
},
"bugs": {
"url": "https://github.com/sona0402/sona-renfakai/issues"
},
"author": "renfakai@gmail.com",
"license": "ISC",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.9.9",
"caniuse-lite": "^1.0.30001643",
"update-browserslist-db": "^1.0.13",
"vuepress": "^2.0.0-beta.60",
"vuepress-plugin-comment": "^0.7.3",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-search-pro": "^2.0.0-beta.171",
"vuepress-theme-hope": "^2.0.0-beta.170",
"vuepress-vite": "2.0.0-beta.60",
"vuepress-webpack": "2.0.0-beta.60"
}
}