forked from WalletWasabi/WasabiDoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.63 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "wasabidoc",
"version": "0.1.0",
"description": "[Wasabi](https://wasabiwallet.io) is an open-source, non-custodial, privacy focused Bitcoin wallet for desktop. It implements a trustless privacy technique, called [Chaumian CoinJoin](https://github.com/nopara73/ZeroLink/).",
"config": {
"dist": "docs/.vuepress/dist"
},
"scripts": {
"prestart": "rm -rf $npm_package_config_dist",
"start": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "echo 'docs.wasabiwallet.io' > $npm_package_config_dist/CNAME && gh-pages -d $npm_package_config_dist -m 'deploy'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WalletWasabi/WasabiDoc.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/WalletWasabi/WasabiDoc/issues"
},
"homepage": "https://github.com/WalletWasabi/WasabiDoc#readme",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.7",
"@vuepress/plugin-back-to-top": "1.9.7",
"@vuepress/plugin-search": "^2.0.0-beta.51",
"@vuepress/theme-default": "^2.0.0-rc.14",
"gh-pages": "5.0.0",
"vuepress": "^2.0.0-rc.7"
},
"engines": {
"node": ">=18.16.0"
},
"dependencies": {
"@vue/component-compiler-utils": "^3.3.0",
"@vuepress/plugin-palette": "^2.0.0-rc.0",
"@vuepress/shared-utils": "^1.9.7",
"ansi-regex": "^6.0.1",
"follow-redirects": "^1.15.6",
"glob-parent": "^6.0.2",
"got": "^12.5.0",
"highlight.js": "^11.9.0",
"lru-cache": "^4.1.3",
"markdown-it-emoji": "^2.0.2",
"node-forge": "^1.3.1",
"nth-check": "^2.1.1",
"postcss": "^8.4.31",
"vite": "^5.1.7"
}
}