-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.38 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
{
"name": "stethoscope.js.org",
"version": "1.0.0",
"description": "",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build && npm run embed-download && npm run embed-copy && npm run branding-download && npm run branding-copy && npm run status-download && npm run status-copy",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"embed-download": "git clone --single-branch --branch gh-pages https://github.com/stethoscope-js/embed && rm -rf embed/.git",
"status-download": "git clone --single-branch --branch gh-pages https://github.com/stethoscope-js/status && rm -rf status/.git",
"status-copy": "cp -r status build/status",
"embed-copy": "cp -r embed build/embed",
"branding-download": "git clone https://github.com/stethoscope-js/branding && rm -rf branding/.git",
"branding-copy": "cp -r branding build"
},
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.64",
"@docusaurus/preset-classic": "2.0.0-alpha.64",
"@mdx-js/react": "^1.5.8",
"clsx": "^1.1.1",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}