-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.57 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
{
"name": "memo-blog-admin",
"private": true,
"version": "1.1.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@adobe/leonardo-contrast-colors": "^1.0.0",
"@douyinfe/semi-icons": "2.73.0",
"@douyinfe/semi-icons-lab": "2.73.0",
"@douyinfe/semi-ui": "2.73.0",
"@microsoft/signalr": "^8.0.7",
"@semi-bot/semi-theme-volcano_engine": "^1.0.16",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^22.5.5",
"axios": "^1.7.7",
"chroma-js": "^2.4.2",
"date-fns": "^4.1.0",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"md-editor-rt": "^5.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.3",
"use-sync-external-store": "^1.4.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8",
"eslint-plugin-react-hooks": "^5.1.0-rc-14a4699f-20240725",
"eslint-plugin-react-refresh": "^0.4.9",
"prettier": "^3.3.3",
"sass": "1.77.6",
"typescript": "5.5.4",
"vite": "^5.3.5",
"vite-plugin-semi-theme": "^0.5.0"
}
}