-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
111 lines (111 loc) · 3.78 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
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "ouch1978-at-github",
"version": "0.0.0",
"license": "UNLICENSED",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"reveal": "reveal-md slides/ --listing-template templates/listing.html --static static/slides",
"start": "set TZ=Asia/Taipei && set URL=http://localhost&& set BASE_URL=/&& yarn new && docusaurus start -p 8080",
"build": "set TZ=Asia/Taipei && set URL=https://ouch1978.github.io&& set BASE_URL=/&&docusaurus build",
"swizzle": "set URL=http://localhost&& set BASE_URL=/&& docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"lint:eslint": "eslint . --ext .ts,.js,.tsx,.jsx",
"lint:eslint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"new": "node ./src/bin/latestPostsListGenerator.js"
},
"dependencies": {
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-google-analytics": "^3.5.1",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-mermaid": "^3.5.2",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@giscus/react": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@svgr/webpack": "^6.2.1",
"bootstrap": "4.6.0",
"cheerio-select": "^1.4.0",
"clsx": "^1.1.1",
"dayjs": "^1.10.7",
"docusaurus-plugin-drawio": "^0.4.0",
"docusaurus-plugin-image-zoom": "^2.0.0",
"docusaurus-theme-github-codeblock": "^2.0.2",
"docusaurus2-dotenv": "^1.4.0",
"entities": "^2.2.0",
"file-loader": "^6.2.0",
"hast-util-is-element": "1.1.0",
"immediate": "^3.2.3",
"klaw-sync": "^6.0.0",
"mark.js": "^8.11.1",
"parse5-htmlparser2-tree-adapter": "^6.0.1",
"prism-react-renderer": "^2.1.0",
"prism-themes": "^1.7.0",
"prismjs": "^1.26.0",
"react": "^18.2.0",
"react-bootstrap": "^1.6.1",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-reveal": "^1.2.2",
"rehype-extended-table": "^0.1.1",
"rehype-katex": "^7.0.0",
"rehype-stringify": "^8.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^8.0.3",
"remark-rehype": "^8.1.0",
"reveal-md": "^5.3.2",
"reveal.js-menu": "^2.1.0",
"styled-components": "^5.3.3",
"url": "^0.11.0",
"url-loader": "^4.1.1"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@docusaurus/eslint-plugin": "^3.2.1",
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/tsconfig": "3.0.0",
"@docusaurus/types": "3.0.0",
"@types/react": "^18.2.29",
"@types/react-helmet": "^6.1.2",
"@types/react-router-dom": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"moment": "^2.29.4",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^26.0.0",
"typescript": "~5.2.2"
},
"engines": {
"node": ">=18.0"
}
}