-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.03 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.03 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "wisdom_ark",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"lint:fix": "eslint . --fix",
"lint:check": "eslint . --max-warnings 0",
"format": "prettier --write .",
"format:check": "prettier --check .",
"type-check": "tsc --noEmit",
"type-check:watch": "tsc --noEmit --watch",
"check-all": "npm run type-check && npm run lint:check && npm run format:check",
"fix-all": "npm run type-check && npm run lint:fix && npm run format",
"clean": "rm -rf dist build coverage",
"prepare": "husky install"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@floating-ui/react": "^0.27.15",
"@huggingface/inference": "^4.11.0",
"@iconify-json/lucide": "^1.2.58",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@reduxjs/toolkit": "^2.8.2",
"@tanstack/react-query": "^5.83.0",
"@tensorflow-models/face-detection": "^1.0.3",
"@tensorflow/tfjs": "^4.22.0",
"@tiptap/core": "^3.6.5",
"@tiptap/extension-bubble-menu": "^3.6.5",
"@tiptap/extension-code-block": "^3.6.5",
"@tiptap/extension-code-block-lowlight": "^3.0.9",
"@tiptap/extension-color": "^3.0.9",
"@tiptap/extension-heading": "^3.0.9",
"@tiptap/extension-highlight": "^3.0.9",
"@tiptap/extension-history": "^3.0.9",
"@tiptap/extension-image": "^3.0.9",
"@tiptap/extension-link": "^3.0.9",
"@tiptap/extension-list": "^3.0.9",
"@tiptap/extension-mathematics": "^3.0.9",
"@tiptap/extension-table": "^3.0.9",
"@tiptap/extension-table-of-contents": "^3.0.9",
"@tiptap/extension-text-align": "^3.6.5",
"@tiptap/extension-text-style": "^3.0.9",
"@tiptap/extension-typography": "^3.6.6",
"@tiptap/extension-underline": "^3.0.9",
"@tiptap/pm": "^3.6.5",
"@tiptap/react": "^3.0.9",
"@tiptap/starter-kit": "^3.0.9",
"@types/moment": "^2.13.0",
"@types/react-infinite-scroll-component": "^5.0.0",
"ahooks": "^3.9.5",
"antd": "^5.26.7",
"antd-img-crop": "^4.25.0",
"antd-style": "^3.7.1",
"axios": "^1.11.0",
"dayjs": "^1.11.18",
"dotenv": "^17.2.2",
"echarts": "^6.0.0",
"highlight.js": "^11.11.1",
"js-cookie": "^3.0.5",
"katex": "^0.16.22",
"lodash-es": "^4.17.21",
"lottie-web": "^5.13.0",
"lowlight": "^3.3.0",
"lucide-react": "^0.525.0",
"marked": "^16.3.0",
"mockjs": "^1.1.0",
"moment": "^2.30.1",
"openai": "^5.20.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^5.1.0",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.7.1",
"redux-persist": "^6.0.0",
"styled-components": "^6.1.19",
"tiptap-markdown": "^0.9.0",
"turndown": "^7.2.0",
"vite-plugin-pages": "^0.33.1",
"ws": "^8.18.3",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@iconify/json": "^2.2.363",
"@tanstack/eslint-plugin-query": "^5.81.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.1.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-router-dom": "^5.3.3",
"@unocss/preset-rem-to-px": "^66.3.3",
"@unocss/transformer-directives": "^66.3.3",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"husky": "^8.0.0",
"prettier": "^3.6.2",
"sass-embedded": "^1.90.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"unocss": "^66.3.3",
"vite": "^7.0.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,css,scss,sass,less,md,yml,yaml}": [
"prettier --write"
],
"*.{ts,tsx}": [
"bash -c 'tsc --noEmit'"
]
}
}