-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.98 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.98 KB
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
{
"name": "book",
"version": "1.0.0",
"private": true,
"description": "サバイバルTypeScript 〜実務で使うなら最低限ここだけはおさえておきたいTypeScript入門〜",
"keywords": [
"typescript"
],
"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.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@gracefullight/docusaurus-plugin-microsoft-clarity": "^0.1.3",
"@mdx-js/react": "^1.6.22",
"@taml/docusaurus": "^1.1.5",
"clsx": "^1.2.1",
"docusaurus-preset-shiki-twoslash": "^1.1.41",
"file-loader": "^6.2.0",
"js-base64": "^3.7.2",
"monaco-editor": "^0.31.1",
"pako": "^2.0.4",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-nl2br": "^1.0.4",
"remark-breaks": "^2.0.2",
"typescript": "5.9.3",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@babel/helper-get-function-arity": "^7.16.7",
"@docusaurus/module-type-aliases": "2.4.1",
"@tsconfig/docusaurus": "2.0.0",
"@types/css-modules": "^1.0.5",
"@types/jest": "^27.4.0",
"@types/pako": "^2.0.0",
"@types/react": "^18.2.14",
"jest": "^29.7.0",
"markdownlint-cli": "^0.30.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"prettier": "^3.7.4",
"string-snapshot-serializer": "^1.0.1",
"textlint": "^12.1.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-prh": "^5.3.0",
"ts-jest": "^29.1.1",
"twoslash-cli": "^1.3.24",
"zod": "^3.20.6"
},
"resolutions": {
"@typescript/twoslash": "3.1.0"
},
"engines": {
"node": "24.x"
},
"patchedDependencies": {
"remark-shiki-twoslash@3.1.3": "patches/remark-shiki-twoslash@3.1.3.patch",
"@typescript/twoslash@3.1.0": "patches/@typescript%2Ftwoslash@3.1.0.patch"
}
}