-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
75 lines (75 loc) · 2.07 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
{
"name": "kcl-website",
"version": "0.11.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^1.1.0",
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-content-docs": "2.4.1",
"@docusaurus/plugin-google-gtag": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-search-algolia": "2.4.1",
"@mdx-js/react": "^1.6.21",
"@node-rs/jieba": "^1.10.3",
"@svgr/webpack": "^6.3.1",
"autoprefixer": "^10.4.14",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
"hast-util-is-element": "^1.1.0",
"minimist": "^1.2.6",
"nodejieba": "^2.6.0",
"nth-check": "^2.0.1",
"postcss": "^8.4.27",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.21.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-lazy-load-image-component": "^1.5.6",
"rehype-katex": "^5.0.0",
"remark-math": "^3.0.1",
"remark-toc": "^8.0.0",
"throttle-debounce": "3.0.1",
"trim": "1.0.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": {
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}