-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.6 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.6 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
{
"private": true,
"author": "bismarck <zuoqingyu@nuaa.edu.cn>",
"overrides": {
"http-deceiver": "npm:http-deceiver-fixes@1.2.8"
},
"resolutions": {
"http-deceiver": "npm:http-deceiver-fixes@1.2.8"
},
"scripts": {
"dev": "vite",
"prebuild": "node scripts/downloadWasm.js",
"build": "vite build",
"postinstall": "node scripts/downloadWasm.js",
"preview": "vite preview",
"prestart": "node scripts/downloadWasm.js",
"start": "npm run dev",
"install:no-mirror": "yarn install --no-lockfile --registry https://registry.npmjs.org --network-timeout 1000000",
"tauri": "tauri",
"release": "node scripts/release.mjs",
"updateJson": "node scripts/updater.mjs"
},
"dependencies": {
"@actions/github": "^6.0.0",
"@ant-design/icons": "^5.5.2",
"@ant-design/pro-components": "^2.8.2",
"@codemirror/lang-cpp": "^6.0.2",
"@tauri-apps/api": "^1.5.3",
"@uiw/codemirror-theme-xcode": "^4.23.6",
"@uiw/react-codemirror": "^4.23.6",
"antd": "5.22.4",
"fabric": "^5.4.2",
"jszip": "^3.10.1",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.7"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@types/fabric": "^5.3.11",
"@types/lodash": "^4.17.23",
"@types/node": "^25.2.3",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-react": "^4.4.1",
"typescript": "^5.7.2",
"vite": "^6.2.1",
"vite-plugin-pwa": "^0.21.2"
}
}