mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-01-22 17:39:07 +08:00
docs: 更新SocialLinks组件的图标库和package.json的依赖版本
This commit is contained in:
28
package.json
28
package.json
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"name": "cloud-home",
|
||||
"private": false,
|
||||
"author": {
|
||||
"name": "RhenCloud",
|
||||
"email": "i@rhen.cloud",
|
||||
"url": "https://rhen.cloud"
|
||||
},
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "nuxt dev",
|
||||
@@ -17,24 +22,25 @@
|
||||
"@jaseeey/vue-umami-plugin": "^1.4.0",
|
||||
"@nuxt/icon": "^2.2.0",
|
||||
"@nuxt/image": "2.0.0",
|
||||
"@nuxtjs/icon": "^3.0.0-beta.16",
|
||||
"@nuxtjs/icon": "^2.6.0",
|
||||
"@nuxtjs/seo": "3.3.0",
|
||||
"@nuxtjs/sitemap": "^7.5.0",
|
||||
"nodemailer": "^7.0.11",
|
||||
"@nuxtjs/sitemap": "^7.5.2",
|
||||
"nodemailer": "^7.0.12",
|
||||
"nuxt": "^4.2.2",
|
||||
"vite-tsconfig-paths": "^6.0.1"
|
||||
"vite-tsconfig-paths": "^6.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/fa6-brands": "^1.2.6",
|
||||
"@iconify-json/simple-icons": "^1.2.66",
|
||||
"@nuxt/eslint": "1.12.1",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/nodemailer": "^7.0.4",
|
||||
"@typescript-eslint/parser": "^8.50.0",
|
||||
"autoprefixer": "^10.4.22",
|
||||
"@types/nodemailer": "^7.0.5",
|
||||
"@typescript-eslint/parser": "^8.53.0",
|
||||
"autoprefixer": "^10.4.23",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"prettier": "^3.7.4",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"prettier": "^3.8.0",
|
||||
"prettier-eslint": "^16.4.2",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"typescript": "^5.9.3"
|
||||
|
||||
Reference in New Issue
Block a user