mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-16 07:35:31 +01:00
26 lines
574 B
JSON
26 lines
574 B
JSON
{
|
|
"name": "bluemap",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"hammerjs": "^2.0.8",
|
|
"three": "^0.147.0",
|
|
"vue": "^3.2.45",
|
|
"vue-i18n": "^9.2.2",
|
|
"hocon-parser": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"eslint": "~8.22.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"sass": "^1.57.0",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|