-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 1011 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
{
"name": "blogpress",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "bash deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HerryLo/BlogPress.git"
},
"author": "herrylo",
"license": "ISC",
"bugs": {
"url": "https://github.com/HerryLo/BlogPress/issues"
},
"homepage": "https://github.com/HerryLo/BlogPress#readme",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.9.9",
"@vuepress/plugin-back-to-top": "^1.9.9",
"@vuepress/plugin-pwa": "^1.2.0",
"serialize-javascript": "^2.1.2",
"vuepress": "^1.9.7",
"vuepress-plugin-copyright": "^1.0.2",
"vuepress-plugin-cursor-effects": "^1.1.6",
"vuepress-plugin-md-tags": "^1.0.3",
"vuepress-plugin-nuggets-style-copy": "^1.0.3"
},
"dependencies": {
"leancloud-storage": "^3.15.0",
"moment": "^2.29.4",
"valine": "^1.4.14"
}
}