-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
33 lines (33 loc) · 931 Bytes
/
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
{
"name": "docs.openzeppelin.com",
"version": "0.0.0",
"private": true,
"workspaces": [
"ui"
],
"scripts": {
"build": "bash scripts/build.sh --fetch playbook.yml",
"build:no-fetch": "bash scripts/build.sh playbook.yml",
"build:local": "bash scripts/build.sh playbook-local-only.yml",
"build:custom": "bash scripts/build.sh",
"build:theme": "yarn --cwd ui build",
"prepare": "yarn build:theme",
"serve": "live-server build/site",
"watch:local": "fgbg 'nodemon -e yml,adoc -w components -x yarn build:local' 'live-server build/site'"
},
"dependencies": {
"@antora/lunr-extension": "^1.0.0-alpha.8",
"antora": "^3.0.0",
"glob": "^7.1.4",
"js-yaml": "^3.13.1",
"multimatch": "^4.0.0",
"semver": "^7.5.2",
"yarn": "^1.19.1"
},
"devDependencies": {
"fgbg": "^0.1.5",
"live-server": "^1.2.1",
"nodemon": "^2.0.6",
"which": "^2.0.2"
}
}