-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 2.07 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
{
"name": "msms",
"version": "0.3.1",
"description": "Minecraft Server Management System \u2014 portable, bilingual (EN/TR) desktop control panel for Minecraft servers.",
"author": "CaYatur",
"license": "MIT",
"main": "./out/main/index.js",
"homepage": "https://github.com/CaYatur/MinecraftServerManagementSystem",
"scripts": {
"dev": "electron-vite dev",
"build": "electron-vite build",
"preview": "electron-vite preview",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"lint": "eslint . --ext .ts,.tsx || echo lint-skipped",
"gates": "node scripts/gates.mjs",
"gates:packaged": "node scripts/gates.mjs --packaged",
"dist": "electron-vite build && electron-builder",
"dist:portable": "electron-vite build && electron-builder --win portable",
"dist:dir": "electron-vite build && electron-builder --dir"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.3",
"@uiw/react-codemirror": "^4.25.11",
"adm-zip": "^0.6.0",
"clsx": "^2.1.1",
"croner": "^10.0.1",
"i18next": "^26.3.6",
"lucide-react": "^1.25.0",
"pidusage": "^4.0.1",
"prismarine-nbt": "^2.8.0",
"rcon-client": "^4.2.5",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-i18next": "^17.0.10",
"semver": "^7.8.5",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/adm-zip": "^0.5.8",
"@types/node": "^26.1.1",
"@types/pidusage": "^2.0.5",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/semver": "^7.7.1",
"@vitejs/plugin-react": "^5.2.0",
"electron": "^43.2.0",
"electron-builder": "^26.15.3",
"electron-vite": "^5.0.0",
"png-to-ico": "^3.0.2",
"typescript": "^7.0.2",
"vite": "^7.3.6"
}
}