-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 1.14 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
35
36
37
38
{
"name": "blog.btcpayserver.org",
"version": "1.0.0",
"description": "Official BTCPay Server Blog",
"author": "BTCPay Server",
"license": "MIT",
"bugs": "https://github.com/btcpayserver/blog/issues",
"homepage": "https://github.com/btcpayserver/blog",
"repository": {
"type": "git",
"url": "git+https://github.com/btcpayserver/blog.git"
},
"keywords": [
"btcpayserver"
],
"scripts": {
"prestart": "rimraf blog/.vuepress/dist",
"start": "cross-env NODE_ENV=development vuepress dev blog",
"build": "cross-env NODE_ENV=production vuepress build blog",
"test": "jest",
"redirects": "node create-redirects.js"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "1.9.10",
"@vuepress/plugin-blog": "1.9.4",
"@vuepress/plugin-medium-zoom": "1.9.10",
"cross-env": "7.0.3",
"jest": "29.7.0",
"markdown-it-implicit-figures": "0.12.0",
"markdown-it-include": "2.0.0",
"rimraf": "5.0.5",
"vuepress": "1.9.10",
"vuepress-plugin-clean-urls": "1.1.2",
"vuepress-plugin-code-copy": "1.0.6",
"vuepress-plugin-feed": "^0.1.9",
"vuepress-plugin-seo": "0.2.0"
}
}