-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.06 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "AppApiProxy",
"version": "1.0.2",
"author": {
"name": "maskerliu",
"email": "[email protected]"
},
"description": "this is a mobile dev api request proxy application",
"type": "module",
"main": "./dist/electron/main.cjs",
"license": "UNLICENSED",
"scripts": {
"test": "node --import tsx .build-scripts/test.ts --target=clean --pid=1000",
"dev": "node --experimental-json-modules --import tsx .build-scripts/runner.dev.ts",
"build": "node --experimental-json-modules --max_old_space_size=3500 --import tsx .build-scripts/builder.ts",
"build:clean": "yarn build --target=clean",
"build:web": "yarn build --target=web",
"publish": "node --import tsx .build-scripts/publish.ts",
"pkg": "yarn build && electron-builder -c electron-builder.yml",
"pub": "yarn pkg && yarn publish",
"pub:full": "yarn pkg && yarn publish --target=full",
"updateServer": "http-server build/ -p 4000 --cors -c-1"
},
"config": {
"port": 8884,
"protocol": "http"
},
"resolutions": {
"leveldown": "^6.1.1",
"node-gyp": "^11.0.0",
"glob": "^11.0.0",
"@electron/get": "^3.1.0",
"electron": "33.2.0"
},
"dependencies": {
"axios": "^1.7.7",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.21.1",
"express-fileupload": "^1.5.1",
"formidable": "^3.5.2",
"inversify": "^6.0.3",
"json-bigint": "^1.0.0",
"multer": "^1.4.4",
"pouchdb-adapter-leveldb": "^9.0.0",
"pouchdb-find": "^9.0.0",
"pouchdb-node": "^9.0.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.1.0",
"sockjs": "^0.3.24",
"systeminformation": "^5.12.11",
"tcp-port-used": "^1.0.2"
},
"devDependencies": {
"@types/clui": "^0.3.4",
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-fileupload": "^1.5.1",
"@types/express-serve-static-core": "^5.0.0",
"@types/formidable": "^3.4.5",
"@types/json-bigint": "^1.0.4",
"@types/minimist": "^1.2.5",
"@types/multer": "^1.4.6",
"@types/node": "22.7.7",
"@types/pouchdb": "^6.4.2",
"@types/pouchdb-find": "^7.3.3",
"@types/progress-stream": "^2.0.5",
"@types/sockjs": "0.3.36",
"@types/sockjs-client": "^1.5.4",
"@types/source-map-support": "^0.5.10",
"@types/spinnies": "^0.5.3",
"@types/tcp-port-used": "^1.0.4",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@types/webpack-hot-middleware": "2.25.9",
"@vant/touch-emulator": "^1.4.0",
"@vue/compiler-sfc": "^3.5.12",
"ace-builds": "^1.36.4",
"adm-zip": "^0.5.16",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"chalk": "^5.3.0",
"clui": "^0.3.6",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"del": "^8.0.0",
"electron": "33.2.0",
"electron-builder": "^25.1.8",
"electron-builder-squirrel-windows": "^25.1.8",
"electron-debug": "^4.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.2",
"md5": "^2.3.0",
"minimist": "^1.2.8",
"node-loader": "^2.0.0",
"node-polyfill-webpack-plugin": "^4.1.0",
"overlayscrollbars": "^2.10.1",
"overlayscrollbars-vue": "^0.5.9",
"pinia": "^2.2.4",
"qrcode.vue": "^3.5.1",
"rimraf": "^6.0.1",
"sockjs-client": "^1.6.1",
"source-map-loader": "^5.0.0",
"source-map-support": "^0.5.21",
"spinnies": "^0.5.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"url-loader": "^4.1.1",
"vant": "^4.9.8",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-loader": "^17.4.2",
"vue-router": "^4.4.5",
"vue-style-loader": "^4.1.3",
"vue3-infinite-list": "^0.2.5",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-hot-middleware": "^2.26.1",
"yaml": "^2.6.1"
},
"packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
}