mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Update slug system & upgrade packages.
Some checks are pending
Build and Push Latest Image / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Latest Image / build-and-push (push) Waiting to run
This commit is contained in:
parent
a33a2364ef
commit
b5217e04fe
3 changed files with 121 additions and 116 deletions
26
package.json
26
package.json
|
@ -18,20 +18,20 @@
|
|||
"generateVersionTag": "bun run versionTagGenerate.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/noto-sans-tc": "^5.2.5",
|
||||
"@fontsource/fira-sans": "^5.2.5",
|
||||
"@fontsource-variable/noto-sans-tc": "^5.2.6",
|
||||
"@fontsource/fira-sans": "^5.2.6",
|
||||
"@heroicons/vue": "^2.2.0",
|
||||
"@monyone/aho-corasick": "^1.0.4",
|
||||
"@nuxtjs/i18n": "9.5.4",
|
||||
"@nuxtjs/robots": "5.2.10",
|
||||
"@nuxtjs/seo": "3.0.3",
|
||||
"@nuxtjs/tailwindcss": "6.14.0",
|
||||
"@sentry/nuxt": "^9",
|
||||
"@tailwindcss/vite": "^4.1.5",
|
||||
"@vueuse/core": "^13.2.0",
|
||||
"@sentry/nuxt": "^9.29.0",
|
||||
"@tailwindcss/vite": "^4.1.10",
|
||||
"@vueuse/core": "^13.3.0",
|
||||
"animate.css": "^4.1.1",
|
||||
"argon2": "^0.43.0",
|
||||
"cheerio": "^1.0.0",
|
||||
"cheerio": "^1.1.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"crypto-js": "^4.2.0",
|
||||
|
@ -40,25 +40,25 @@
|
|||
"html-to-json-parser": "^2.0.1",
|
||||
"js-confetti": "^0.12.0",
|
||||
"lucide-vue-next": "^0.511.0",
|
||||
"nuxt": "^3.17.2",
|
||||
"postgres": "^3.4.5",
|
||||
"nuxt": "^3.17.5",
|
||||
"postgres": "^3.4.7",
|
||||
"prettier": "^3.5.3",
|
||||
"reka-ui": "^2.2.1",
|
||||
"reka-ui": "^2.3.1",
|
||||
"rss-parser": "^3.13.0",
|
||||
"shadcn-nuxt": "2.1.0",
|
||||
"tailwind-merge": "^3.2.0",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwind-scrollbar": "^4.0.2",
|
||||
"tailwindcss": "3",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"tailwindcss-animatecss": "^3.0.5",
|
||||
"translate": "^3.0.1",
|
||||
"uuid": "^11.1.0",
|
||||
"vue": "^3.5.13",
|
||||
"vue": "^3.5.16",
|
||||
"vue-router": "^4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.21",
|
||||
"postcss": "^8.5.3",
|
||||
"postcss": "^8.5.5",
|
||||
"vitepress": "^1.6.3"
|
||||
},
|
||||
"overrides": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue