forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.13 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
{
"scripts": {
"examples": "docusaurus-examples",
"start": "docusaurus-start",
"build": "docusaurus-build",
"publish-gh-pages": "docusaurus-publish",
"write-translations": "docusaurus-write-translations",
"version": "cp -r docusaurus-version.js ./node_modules/docusaurus/lib/version.js && docusaurus-version",
"rename-version": "docusaurus-rename-version",
"test": "jest --detectOpenHandles",
"crowdin-upload": "crowdin --config ../crowdin.yaml upload sources --auto-update -b master",
"crowdin-download": "crowdin --config ../crowdin.yaml download -b master"
},
"devDependencies": {
"axios": "^0.18.0",
"docusaurus": "^1.11.1",
"jest": "^23.3.0",
"jest-puppeteer": "^3.2.1",
"puppeteer": "^1.5.0",
"remarkable-embed": "^0.4.1",
"replace-in-file": "^3.4.0",
"redoc": "^2.0.0-alpha.30",
"ejs": "^2.5.2",
"highlight.js": "^9.7.0",
"marked": "^0.3.6"
},
"jest": {
"preset": "jest-puppeteer"
},
"dependencies": {
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"jquery.scrollto": "^2.1.2",
"node-static": "^0.7.9"
}
}