-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 780 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 780 Bytes
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
{
"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": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typeface-minecraft": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.4.1",
"vite": "^5.4.11"
}
}