feat: update package and change the year to 2025
This commit is contained in:
91
package.json
91
package.json
@@ -14,64 +14,65 @@
|
||||
"lint": "eslint ./src --ext .vue,.js,.ts,.jsx,.tsx --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tweenjs/tween.js": "^21.0.0",
|
||||
"@vueuse/core": "^10.6.1",
|
||||
"axios": "^1.6.1",
|
||||
"canvas-confetti": "^1.9.2",
|
||||
"dayjs": "^1.11.10",
|
||||
"github-markdown-css": "^5.5.0",
|
||||
"@tweenjs/tween.js": "^23.1.2",
|
||||
"@vueuse/core": "^10.11.0",
|
||||
"axios": "^1.7.2",
|
||||
"canvas-confetti": "^1.9.3",
|
||||
"dayjs": "^1.11.11",
|
||||
"github-markdown-css": "^5.6.1",
|
||||
"localforage": "^1.10.0",
|
||||
"markdown-it": "^14.0.0",
|
||||
"markdown-it": "^14.1.0",
|
||||
"pinia": "^2.1.7",
|
||||
"pinia-plugin-persist": "^1.0.0",
|
||||
"sparticles": "^1.3.1",
|
||||
"theme-change": "^2.5.0",
|
||||
"three": "^0.160.0",
|
||||
"three": "^0.166.0",
|
||||
"three-css3d": "^1.0.6",
|
||||
"vue": "^3.3.8",
|
||||
"vue-dompurify-html": "^5.0.1",
|
||||
"vue-router": "^4.2.5",
|
||||
"vue": "^3.4.31",
|
||||
"vue-dompurify-html": "^5.1.0",
|
||||
"vue-router": "^4.4.0",
|
||||
"vue-toast-notification": "^3",
|
||||
"vue3-colorpicker": "^2.2.3",
|
||||
"vue3-colorpicker": "^2.3.0",
|
||||
"xlsx": "^0.18.5",
|
||||
"zod": "^3.22.4"
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/ep": "^1.1.12",
|
||||
"@iconify-json/fluent": "^1.1.40",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@testing-library/vue": "^8.0.0",
|
||||
"@iconify-json/ep": "^1.1.15",
|
||||
"@iconify-json/fluent": "^1.1.58",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"@testing-library/vue": "^8.1.0",
|
||||
"@types/canvas-confetti": "^1.6.4",
|
||||
"@types/markdown-it": "^13.0.7",
|
||||
"@types/node": "^20.9.0",
|
||||
"@types/three": "^0.160.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
||||
"@typescript-eslint/parser": "^6.11.0",
|
||||
"@vitejs/plugin-vue": "^4.4.1",
|
||||
"@vitest/ui": "^0.34.6",
|
||||
"@vue/test-utils": "^2.4.2",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"daisyui": "^4.0.4",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-plugin-vue": "^9.18.1",
|
||||
"happy-dom": "^12.10.3",
|
||||
"husky": "^8.0.3",
|
||||
"jsdom": "^22.1.0",
|
||||
"@types/markdown-it": "^14.1.1",
|
||||
"@types/node": "^20.14.9",
|
||||
"@types/three": "^0.166.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
||||
"@typescript-eslint/parser": "^7.15.0",
|
||||
"@vitejs/plugin-vue": "^5.0.5",
|
||||
"@vitest/ui": "^1.6.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"daisyui": "^4.12.10",
|
||||
"eslint": "^9.6.0",
|
||||
"eslint-plugin-vue": "^9.26.0",
|
||||
"happy-dom": "^14.12.3",
|
||||
"husky": "^9.0.11",
|
||||
"jsdom": "^24.1.0",
|
||||
"path": "^0.12.7",
|
||||
"postcss": "^8.4.31",
|
||||
"rollup-plugin-visualizer": "^5.9.2",
|
||||
"sass": "^1.69.5",
|
||||
"sass-loader": "^13.3.2",
|
||||
"tailwindcss": "^3.3.5",
|
||||
"typescript": "^5.2.2",
|
||||
"unplugin-auto-import": "^0.16.7",
|
||||
"unplugin-icons": "^0.17.4",
|
||||
"unplugin-vue-components": "^0.25.2",
|
||||
"vite": "^4.5.0",
|
||||
"postcss": "^8.4.39",
|
||||
"rollup-plugin-visualizer": "^5.12.0",
|
||||
"sass": "^1.77.6",
|
||||
"sass-loader": "^14.2.1",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"typescript": "^5.5.3",
|
||||
"unplugin-auto-import": "^0.17.6",
|
||||
"unplugin-icons": "^0.19.0",
|
||||
"unplugin-vue-components": "^0.27.2",
|
||||
"vite": "^5.3.2",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-inspect": "^0.7.42",
|
||||
"vite-plugin-inspect": "^0.8.4",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
"vitest": "^0.34.6",
|
||||
"vue-tsc": "^1.8.22"
|
||||
"vite-plugin-vue-devtools": "^7.3.5",
|
||||
"vitest": "^1.6.0",
|
||||
"vue-tsc": "^2.0.24"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user