-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 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
{
"name": "canvas",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@antv/g6": "^4.8.24",
"@cyntler/react-doc-viewer": "^1.14.1",
"@tauri-apps/api": "^1",
"@tauri-apps/plugin-updater": "^2.0.0-beta.2",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-highlight": "^0.12.8",
"@types/react-syntax-highlighter": "^15.5.11",
"antd": "^5.14.2",
"dayjs": "^1.11.10",
"docx-preview": "^0.3.0",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"js-base64": "^3.7.7",
"jszip": "^3.10.1",
"libarchive.js": "^2.0.2",
"pdf-merger-js": "^5.1.1",
"react": "^18.2.0",
"react-ansi": "^3.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-chat-elements": "^12.0.14",
"react-dom": "^18.2.0",
"react-highlight": "^0.15.0",
"react-icons": "^5.0.1",
"react-ipynb-renderer": "^2.2.4",
"react-json-view-ts": "^1.16.7",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.1",
"react-syntax-highlighter": "^15.5.0",
"react-use-websocket": "3.0.0",
"remark-gfm": "^4.0.0",
"ts-md5": "^1.3.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@actions/github": "^5.1.1",
"@tauri-apps/cli": "^1.5.10",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"adm-zip": "^0.5.10",
"esbuild-plugin-react-virtualized": "^1.0.4",
"fs-extra": "^11.2.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"vite-plugin-static-copy": "^1.0.1"
}
}