-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.03 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
{
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.4.1",
"@vuepress/plugin-back-to-top": "^1.4.1",
"@vuepress/plugin-blog": "^1.4.1",
"@vuepress/plugin-medium-zoom": "^1.4.1",
"@vuepress/plugin-pagination": "^1.0.0-alpha.50",
"@vuepress/plugin-search": "^1.4.1",
"express": "^4.17.1",
"moment": "^2.24.0",
"pm2": "^4.4.0",
"vue-toasted": "^1.1.28",
"vuepress": "^1.4.1",
"vuepress-plugin-code-copy": "^1.0.6"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"prod:start": "npm install && npm run build && pm2 start server.js && pm2 logs",
"prod:stop": "pm2 stop server.js"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.4.1",
"@vuepress/plugin-back-to-top": "^1.4.1",
"@vuepress/plugin-blog": "^1.4.1",
"@vuepress/plugin-medium-zoom": "^1.4.1",
"@vuepress/plugin-pagination": "^1.0.0-alpha.50",
"@vuepress/plugin-search": "^1.4.1",
"vue-toasted": "^1.1.28",
"vuepress": "^1.4.1"
}
}