-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.84 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.84 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "react-components",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"localesExport": "tsx scripts/localesExport.ts",
"localesImport": "tsx scripts/localesImport.ts"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@embedpdf/react-pdf-viewer": "^2.2.0",
"@mdx-js/react": "^3.1.1",
"@mdx-js/rollup": "^3.1.1",
"@reduxjs/toolkit": "^2.9.0",
"@tailwindcss/vite": "^4.1.13",
"@tanem/react-nprogress": "^5.0.55",
"@tanstack/react-query": "^5.87.4",
"@uiw/codemirror-theme-github": "^4.25.2",
"@uiw/react-codemirror": "^4.25.2",
"@zip.js/zip.js": "^2.8.11",
"ahooks": "^3.9.5",
"antd": "^6.1.3",
"antd-style": "^3.7.1",
"axios": "^1.13.2",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"echarts": "^6.0.0",
"i18next": "^25.5.2",
"json-edit-react": "^1.29.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"mockjs": "^1.1.0",
"react": "^19.2.0",
"react-contexify": "^6.0.0",
"react-dom": "^19.2.0",
"react-error-boundary": "^6.0.0",
"react-i18next": "^16.0.0",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-router": "^7.9.6",
"react-syntax-highlighter": "^15.6.6",
"react-transition-group": "^4.4.5",
"remark-gfm": "^4.0.1",
"remark-toc": "^9.0.0",
"tailwindcss": "^4.1.13",
"use-immer": "^0.11.0",
"use-undo": "^1.1.1",
"vscode-icons-js": "^11.6.1"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@tanstack/eslint-plugin-query": "^5.86.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^24.10.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-transition-group": "^4.4.12",
"@vitejs/plugin-react": "^5.0.4",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"chalk": "^5.6.2",
"code-inspector-plugin": "^1.3.2",
"commander": "^14.0.2",
"consola": "^3.4.2",
"eslint": "^9.33.0",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"eslint-plugin-react-hooks": "^6.1.1",
"eslint-plugin-react-refresh": "^0.4.23",
"fs-extra": "^11.3.2",
"globals": "^16.3.0",
"node-xlsx": "^0.24.0",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"tsx": "^4.20.6",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.2.6",
"vite-plugin-mock": "^3.0.2"
}
}