-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
99 lines (99 loc) · 3.27 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "docusaurus-theme-zen",
"version": "1.0.0",
"author": {
"url": "https://github.com/docusaurus-theme-zen",
"email": "wrm244@outlook.com",
"name": "wrm244"
},
"repository": {
"url": "https://github.com/wrm244/docusaurus-theme-zen",
"type": "git"
},
"homepage": "https://wrm244.github.io/docusaurus-theme-zen",
"license": "MIT",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"start:en": "docusaurus start --locale en",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear && rimraf changelog && rimraf _dogfooding/_swizzle_theme_tests",
"serve": "docusaurus serve",
"lint": "yarn lint:js && yarn lint:style",
"lint:js": "eslint --fix --report-unused-disable-directives \"**/*.{js,jsx,ts,tsx,mjs}\"",
"lint:style": "stylelint \"**/*.scss\"",
"lint:fix": "eslint src --fix",
"prettier:fix": "npx prettier src data --check --write",
"format": "npm run prettier:fix && npm run lint:fix",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"index": "docker run -it --env-file=.env -e \"CONFIG=$(cat docsearch.json | jq -r tostring)\" algolia/docsearch-scraper"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"@docusaurus/core": "^2.4.1",
"@docusaurus/plugin-debug": "^2.4.1",
"@docusaurus/plugin-ideal-image": "^2.4.1",
"@docusaurus/plugin-pwa": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@docusaurus/theme-live-codeblock": "^2.4.1",
"@docusaurus/theme-mermaid": "^2.4.1",
"@easyops-cn/docusaurus-search-local": "^0.35.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.8.1",
"@giscus/react": "^2.0.6",
"@popperjs/core": "^2.11.7",
"@react-spring/web": "^9.5.5",
"@types/react": "16.8.0",
"dayjs": "^1.10.7",
"docusaurus-plugin-image-zoom": "^0.1.1",
"docusaurus-plugin-sass": "^0.2.2",
"hast-util-is-element": "^1.1.0",
"loadsh": "^0.0.4",
"ora": "^5.3.0",
"postcss": "^8.3.3",
"prop-types": "15",
"raw-loader": "^4.0.2",
"react": "^16.0.0",
"react-awesome-reveal": "^4.1.0",
"react-dom": "^16.0.0",
"react-loadable": "*",
"react-popper": "^2.2.5",
"react-use": "^17.4.0",
"react-use-gesture": "^9.1.3",
"rehype-katex": "^5.0.0",
"remark-math": "^3.0.1",
"sass": "^1.54.8"
},
"devDependencies": {
"@docusaurus/eslint-plugin": "^2.4.1",
"@docusaurus/module-type-aliases": "^2.4.1",
"@iconify/react": "^4.0.0",
"@tsconfig/docusaurus": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"stylelint": "^15.10.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"typescript": "^4.7.4"
},
"browserslist": {
"production": [
">0.1%",
"not dead"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}