-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.11 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
{
"name": "cdsant",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:tsc": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@ant-design/pro-components": "^2.8.4",
"@hcaptcha/react-hcaptcha": "^1.11.1",
"@marsidev/react-turnstile": "^1.1.0",
"ace-builds": "^1.37.5",
"ahooks": "^3.8.4",
"alova": "^3.2.8",
"ansi_up": "^6.0.2",
"antd": "^5.23.2",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"highlight.js": "^11.11.1",
"katex": "^0.16.21",
"react": "^19.0.0",
"react-ace": "^13.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.3",
"react-router": "^7.1.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.1",
"rehype-katex": "^7.0.1",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@emotion/react": "^11.14.0",
"@eslint/js": "^9.18.0",
"@iconify-icon/react": "^2.3.0",
"@iconify-json/solar": "^1.2.2",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"typescript": "~5.7.3",
"typescript-eslint": "^8.20.0",
"unplugin-icons": "^22.0.0",
"vite": "^6.0.9"
}
}