-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.96 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.96 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
{
"name": "rmst-tools",
"version": "1.0.65",
"description": "",
"main": "out/main/main.js",
"scripts": {
"dev": "tsx ./cfg/cac.ts dev",
"dev-prod": "tsx ./cfg/cac.ts dev --mode production",
"build-test": "tsx ./cfg/cac.ts build --mode test",
"build": "tsx ./cfg/cac.ts build",
"build:win-test": "npm run build-test && electron-builder --win --config electron-builder-config.js",
"build:win": "npm run build && electron-builder --win --config electron-builder-config.js",
"del-tag": "tsx ./pkg-script/del-tag.ts",
"upload-oss": "tsx ./pkg-script/upload-oss.ts",
"release-it": "release-it patch --ci"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/plugin-less": "^1.1.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/cross-spawn": "^6.0.6",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/webpack-node-externals": "^3.0.4",
"cac": "^6.7.14",
"clear-console": "^1.1.0",
"cos-nodejs-sdk-v5": "^2.14.4",
"cross-env": "^7.0.3",
"electron": "^33.2.0",
"electron-builder": "^24.6.3",
"release-it": "^17.2.1",
"tailwindcss": "^3.4.6",
"tsx": "^4.19.4",
"typescript": "^5.5.3",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@arco-design/web-react": "^2.63.1",
"@nut-tree/nut-js": "^4.2.0",
"ahooks": "^3.8.4",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"cross-spawn": "^7.0.3",
"electron-log": "^5.1.6",
"electron-store": "^8.1.0",
"electron-updater": "^6.2.1",
"fs-extra": "^11.2.0",
"kill-port": "^2.0.1",
"mime-types": "^2.1.35",
"path-browserify": "^1.0.1",
"qrcode.react": "^4.2.0",
"rc-resize-observer": "^1.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1",
"sharp": "^0.33.5",
"zustand": "^4.5.4"
},
"pnpm": {
"neverBuiltDependencies": []
}
}