1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

TroisJS demo

This commit is contained in:
Lars Martens 2021-08-11 19:16:57 +02:00
parent 608fce96cc
commit e46ba54aac
18 changed files with 2725 additions and 12871 deletions

View file

@ -1,50 +1,22 @@
{
"name": "minecraft-armorstand",
"version": "2.0.0",
"private": true,
"name": "troisjs-app",
"version": "0.0.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"autoprefixer": "^9.8.6",
"core-js": "^3.6.5",
"dat.gui": "^0.7.7",
"oimo": "^1.0.9",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"three": "^0.123.0",
"vue": "^2.6.11",
"vue-threejs": "^0.2.0-alpha.1"
"three": "^0.127.0",
"troisjs": "^0.3.1",
"vue": "^3.0.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
"@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"
}
}