-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.09 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.09 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
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": "butter-launcher",
"description": "The best Hytale Launcher",
"author": "Butter Labs <butterlauncher@gmail.com>",
"private": false,
"license": "MIT",
"version": "2.1.1",
"build_date": "ButterLauncher_03-07-2026",
"type": "module",
"main": "dist-electron/main.js",
"scripts": {
"dev": "vite",
"build": "npm run beforeBuild && vite build",
"beforeBuild": "node beforeBuild.js",
"typecheck": "tsc -p tsconfig.node.json",
"release": "npm run typecheck && npm run build && electron-builder --publish always",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"print-devscontrol": "node scripts/print-devscontrol.js",
"check-devscontrol": "node scripts/check-devscontrol.js"
},
"dependencies": {
"@kostya-main/discord-rpc": "^1.2.1",
"dotenv": "^16.4.5",
"electron-updater": "^6.7.3",
"express": "^5.2.1",
"extract-zip": "^2.0.1",
"i18next": "^25.8.1",
"jose": "^6.1.3",
"mongoose": "^9.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^16.5.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tar": "^7.5.3",
"uuid": "^13.0.0",
"ws": "^8.19.0",
"yauzl": "^3.2.0",
"yazl": "^3.3.1"
},
"devDependencies": {
"@tabler/icons-react": "^3.36.1",
"@tailwindcss/vite": "^4.1.18",
"@types/discord-rpc": "^4.0.10",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/tar": "^6.1.13",
"@types/yauzl": "^2.10.3",
"@types/yazl": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"electron": "^30.0.1",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"lucide-react": "^0.562.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vite-plugin-electron": "^0.28.6",
"vite-plugin-electron-renderer": "^0.14.5"
}
}