-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.52 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
{
"name": "mimiuchi",
"type": "module",
"version": "0.4.1",
"private": true,
"description": "Customizable, osc enabled text interface for relaying text to different types of applications",
"author": "naeris <support@risu.dev>",
"license": "GPL-3.0",
"repository": "https://github.com/naeruru/mimiuchi",
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"main": "dist-electron/main/index.js",
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@types/node-osc": "^6.0.3",
"@xenova/transformers": "^2.17.1",
"electron-store": "^9.0.0",
"node-osc": "^9.1.1",
"pinia": "^2.1.7",
"roboto-fontface": "^0.10.0",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0",
"vuetify": "^3.6.13",
"webfontloader": "^1.6.28",
"ws": "^8.17.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.0",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^5.0.4",
"electron": "^30.0.4",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-electron": "^0.28.7",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.27",
"vue-tsc": "^2.0.17"
}
}