-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 1.63 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
{
"name": "tld-save-editor-3",
"version": "3.0.1",
"private": true,
"description": "Save editor for The Long Dark",
"author": "FINDarkside <[email protected]>",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"tsc": "vue-tsc --noEmit",
"test": "vitest",
"coverage": "vitest run --coverage",
"bench": "vitest bench"
},
"main": "dist-electron/main/index.js",
"dependencies": {
"@mdi/font": "^7.2.96",
"async": "^3.2.4",
"json-bigint": "github:sidorares/json-bigint",
"json5": "^2.2.3",
"lzfjs": "^1.0.1",
"nanoid": "^4.0.2",
"ol": "^7.3.0",
"roboto-fontface": "*",
"sass": "^1.62.1",
"vite-plugin-electron-renderer": "^0.14.2",
"vue-i18n": "^9.2.2",
"vuetify": "^3.2.2",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/async": "^3.2.20",
"@types/node": "^18.16.4",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^4.2.1",
"electron": "^24.2.0",
"electron-builder": "^24.12.0",
"type-fest": "^3.10.0",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-vuetify": "^1.0.2",
"vitest": "^0.31.0",
"vue": "^3.2.47",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-tsc": "^1.6.4"
},
"debug": {
"env": {
"VITE_DEV_SERVER_HOSTNAME": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344,
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344"
}
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"license": "MIT"
}