forked from ltxhhz/LL-plugin-list-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.36 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
{
"name": "list-viewer",
"version": "1.5.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint --fix src/**/* --ext .js,.ts",
"build": "npx electron-vite build",
"build-test": "npm run build && xcopy .\\dist\\* \"..\\..\\work space\\LiteLoaderQQNT\\plugins\\list-viewer\\\" /S /Y",
"move-test": "xcopy .\\dist\\* \"..\\..\\work space\\LiteLoaderQQNT\\plugins\\list-viewer\\\" /S /Y",
"bump-patch": "node bump.cjs --patch",
"bump-minor": "node bump.cjs --minor",
"bump-major": "node bump.cjs --major"
},
"author": "ltxhhz",
"license": "GPL-3.0-only",
"devDependencies": {
"@electron-toolkit/eslint-config-ts": "^1.0.1",
"@electron-toolkit/tsconfig": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"electron": "^29.1.4",
"electron-vite": "^2.1.0",
"eslint": "^8.57.0",
"typescript": "4.7.4 - 5.5.0",
"unplugin-zip-pack": "^1.0.3-beta.0",
"vite": "^5.3.1",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-cp": "^4.0.8"
},
"dependencies": {
"compare-versions": "^6.1.0",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.5",
"node-stream-zip": "^1.15.0",
"p-limit": "^5.0.0",
"proxy-agent": "^6.4.0",
"socks-proxy-agent": "^8.0.4"
}
}