forked from hanabi/hanabi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.73 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
{
"name": "hanabi.github.io",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "docusaurus build",
"clear": "docusaurus clear",
"deploy": "docusaurus deploy",
"docusaurus": "docusaurus",
"serve": "docusaurus serve",
"start": "docusaurus start",
"swizzle": "docusaurus swizzle"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.15",
"@docusaurus/preset-classic": "2.0.0-beta.15",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-circular-progressbar": "^2.0.4",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"cspell": "^5.17.0",
"isaacscript-lint": "^1.0.79",
"isaacscript-tsconfig": "^1.1.8",
"remark-cli": "^10.0.1",
"remark-lint-match-punctuation": "^0.2.1",
"remark-lint-no-dead-urls": "^1.1.0",
"remark-lint-no-tabs": "^3.1.1",
"remark-lint-no-trailing-spaces": "^2.0.1",
"remark-preset-lint-consistent": "^5.1.1",
"remark-preset-lint-markdown-style-guide": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.2",
"remark-retext": "^5.0.1",
"remark-validate-links": "^11.0.2",
"retext-diacritics": "^4.2.0",
"retext-english": "^4.1.0",
"retext-indefinite-article": "^4.1.0",
"retext-redundant-acronyms": "^4.3.0",
"retext-repeated-words": "^4.2.0",
"retext-sentence-spacing": "^5.2.0",
"retext-syntax-mentions": "^3.1.0",
"retext-syntax-urls": "^3.1.2",
"shell-loader": "^1.2.1"
}
}