Initial commit

This commit is contained in:
Ninjdai 2025-08-11 22:30:37 +02:00
commit 6fbdc0b4fc
18 changed files with 2910 additions and 0 deletions

29
package.json Normal file
View file

@ -0,0 +1,29 @@
{
"name": "ue-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/vue-fontawesome": "^3.1.1",
"flowbite": "^3.1.2",
"flowbite-vue": "^0.2.1",
"vue": "^3.5.18"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.11",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.7.0",
"tailwindcss": "^4.1.11",
"typescript": "~5.8.3",
"vite": "^7.1.0",
"vue-tsc": "^3.0.5"
}
}