first commit

This commit is contained in:
becarta
2025-05-16 00:17:42 +02:00
parent ea5c866137
commit bacf566ec9
6020 changed files with 1715262 additions and 0 deletions

36
package.json Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "tiber365",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.3.5",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^6.3.5"
},
"dependencies": {
"@lottiefiles/lottie-player": "^2.0.2"
},
"description": "A modern, responsive website for a Microsoft 365 support business, built with Svelte and Vite.",
"main": "postcss.config.js",
"repository": {
"type": "git",
"url": "https://git.365devnet.eu/Richard/Tiber365.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}