mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
23 lines
502 B
JSON
23 lines
502 B
JSON
{
|
|
"name": "minecraft-armorstand",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.127.0",
|
|
"troisjs": "^0.3.1",
|
|
"vue": "^3.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vite-plugin-vue-i18n": "^2.4.0",
|
|
"@vitejs/plugin-vue": "^1.2.2",
|
|
"@vue/compiler-sfc": "^3.0.11",
|
|
"autoprefixer": "^10.3.1",
|
|
"postcss": "^8.3.6",
|
|
"tailwindcss": "^2.2.7",
|
|
"vite": "^2.2.3"
|
|
}
|
|
}
|