mirror of
https://github.com/MinecraftConsole/MinecraftLegacy.git
synced 2026-07-16 06:31:26 +00:00
39 lines
989 B
JSON
39 lines
989 B
JSON
{
|
|
"name": "minecraftlegacy-web",
|
|
"private": false,
|
|
"version": "1.0.0",
|
|
"description": "Frontend for Minecraft Legacy Edition project",
|
|
"author": "MinecraftConsole",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/MinecraftConsole/MinecraftLegacy.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/MinecraftConsole/MinecraftLegacy/issues"
|
|
},
|
|
"homepage": "https://github.com/MinecraftConsole/MinecraftLegacy",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"path": "^0.12.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^7.13.2",
|
|
"typeface-minecraft": "^1.0.0",
|
|
"typescript": "^6.0.2",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.0",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"vite": "^8.0.3"
|
|
}
|
|
}
|