forked from hhk7734/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "wiki.loliot.net",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"docker-build": "docker build --tag hhk7734/wiki-loliot-net:1.0 . && docker push hhk7734/wiki-loliot-net:1.0",
"docker-update": "docker stack deploy -c docker-compose.yml wiki"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.50",
"@docusaurus/preset-classic": "^2.0.0-alpha.50",
"@docusaurus/theme-search-algolia": "^2.0.0-alpha.32",
"classnames": "^2.2.6",
"docusaurus-plugin-google-adsense": "^0.1.0",
"react": "^16.8.4",
"react-adsense": "^0.1.0",
"react-dom": "^16.8.4",
"rehype-katex": "^3.0.0",
"remark-math": "^2.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}