Main page created without function .

This commit is contained in:
Daniel-HomePC
2024-10-31 16:19:48 +01:00
parent a1318e7397
commit be36049883
24 changed files with 3113 additions and 33 deletions

33
package.json Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "esp-projekt",
"version": "1.0.0",
"description": "",
"main": "tailwind.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@deno/vite-plugin": "^1.0.0",
"deno": "^0.1.1",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.17.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.0",
"vite": "^5.4.10",
"vue-tsc": "^2.1.6"
}
}