-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
89 lines (89 loc) · 2.22 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "brave-wallet-docs",
"homepage": "https://wallet-docs.brave.com/",
"version": "0.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@mdx-js/react": "3.0.0",
"@svgr/webpack": "7.0.0",
"clsx": "1.2.1",
"file-loader": "6.2.0",
"follow-redirects": "1.15.6",
"got": "12.6.0",
"nanoid": "3.3.6",
"node-fetch": "3.3.1",
"node-forge": "1.3.1",
"nth-check": "2.1.1",
"postcss": "8.4.31",
"prism-react-renderer": "2.1.0",
"raw-loader": "4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"shelljs": "0.8.5",
"trim": "1.0.1",
"url-loader": "4.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/types": "3.0.0"
},
"engines": {
"node": ">=18.0"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"got": "12.6.0",
"trim": "1.0.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"resolutions": {
"got": "12.6.0",
"trim": "1.0.1",
"nth-check": "2.1.1",
"shelljs": ">=0.8.5",
"follow-redirects": "1.15.6",
"nanoid": "3.3.6",
"node-forge": "1.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"description": "The Brave Wallet documentation website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.",
"main": "babel.config.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave/brave-wallet-docs.git"
},
"author": "Brave Software",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/brave/brave-wallet-docs/issues"
}
}