forked from polkadot-js/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "polkadot-js",
"version": "0.0.263",
"engine-strict": true,
"engines": {
"node": ">=18.14"
},
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start --port 8080",
"build": "yarn polkadot-types-internal-metadata && yarn polkadot-types-internal-metadata --chain Polkadot && yarn polkadot-types-internal-metadata --chain Kusama",
"build:release": "polkadot-ci-ghact-build --skip-beta && polkadot-ci-ghact-docs",
"docs": "docusaurus build",
"lint": "echo \"Skipping lint\"",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve --port 8080",
"test": "echo \"Skipping test\""
},
"devDependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@mdx-js/react": "^1.6.22",
"@polkadot/dev": "^0.73.2",
"@polkadot/typegen": "^10.4.1",
"clsx": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]",
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^1.0.0"
},
"versions": {
"git": "0.0.263",
"npm": "0.0.263"
}
}