Added router, added home and 404 page, added icons as svg file, added header and footer component, added tailwind
This commit is contained in:
10
package.json
10
package.json
@@ -12,10 +12,20 @@
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.0.0",
|
||||
"@tailwindcss/postcss7-compat": "^2.2.17",
|
||||
"@tsconfig/node18": "^18.2.4",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/node": "^22.12.0",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vue/tsconfig": "^0.7.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"axios": "^1.7.9",
|
||||
"postcss": "^8.5.1",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"typescript": "~5.6.2",
|
||||
"vite": "^6.0.5",
|
||||
"vue-router": "^4.5.0",
|
||||
"vue-tsc": "^2.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user