-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "utools-php-serialize",
"type": "module",
"private": true,
"main": "dist-electron/main/index.js",
"version": "0.0.0",
"author": "shangdev",
"description": "a php unserialize tool for utools",
"scripts": {
"dev": "vite",
"dev:electron": "vite --mode=electron",
"build": "vue-tsc && vite build",
"build:electron": "vue-tsc && vite build --mode=electron && electron-builder",
"preview": "vite preview"
},
"dependencies": {
"@qc2168/vite-plugin-utools": "^1.6.2",
"@types/locutus": "^0.0.8",
"locutus": "^2.0.32",
"monaco-editor": "^0.52.0",
"save": "^2.9.0",
"vue": "^3.3.9"
},
"devDependencies": {
"@types/node": "^20.10.1",
"@vitejs/plugin-vue": "^4.5.0",
"electron": "^27.1.0",
"electron-builder": "^24.9.1",
"typescript": "5.4.4",
"utools-api-types": "^4.0.0",
"vite": "^5.0.4",
"vite-plugin-electron": "^0.15.4",
"vue-tsc": "^1.8.24"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 9000
}
}