-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.11 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
{
"name": "Underscode",
"author": "vuongle2609",
"description": "Code made easy. Whether you're a beginner or a pro, Underscode helps you write code without the fuss. Get started quickly, stay organized, and get back to what matters – creating.",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"postinstall": "electron-rebuild",
"build": "vue-tsc && vite build && electron-builder",
"buildDeps": "electron-rebuild",
"buildWeb": "vue-tsc && vite build",
"buildWin": "electron-builder --win",
"buildLinux": "electron-builder --linux",
"buildMac": "electron-builder --mac",
"buildAll": "electron-builder -wl",
"preview": "vite preview"
},
"dependencies": {
"@electron/remote": "^2.1.2",
"@guolao/vue-monaco-editor": "^1.5.1",
"@kikopalomares/is-audio": "^0.0.4",
"@vueuse/core": "^10.9.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"chokidar": "^3.6.0",
"file-icons-js": "github:websemantics/file-icons-js",
"fs-extra": "^11.2.0",
"hotkeys-js": "^3.13.7",
"is-compressed": "^2.0.0",
"is-executable": "^2.0.1",
"is-image": "^4.0.0",
"is-video": "^2.0.0",
"istextorbinary": "^9.5.0",
"mitt": "^3.0.1",
"monaco-editor": "^0.47.0",
"node-pty": "file:node-ptyaa",
"pinia": "^2.1.7",
"search-in-file": "^3.5.2",
"uuid": "^9.0.1",
"vue": "^3.3.4",
"vue-horizontal-scroll": "^0.2.4",
"vue-resizable": "^2.1.7",
"vue-router": "^4.3.0",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.25",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.18",
"electron": "^26.1.0",
"electron-builder": "^24.6.4",
"electron-rebuild": "^3.2.9",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite": "^4.4.9",
"vite-plugin-electron": "^0.14.0",
"vite-plugin-electron-renderer": "^0.14.5",
"vue-tsc": "^1.8.8"
},
"main": "dist-electron/main.js"
}