mirror of
https://github.com/imsyy/home.git
synced 2025-06-04 12:50:15 +09:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.0.7 to 6.0.9 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "home",
|
|
"author": "imsyy",
|
|
"github": "https://github.com/imsyy/home",
|
|
"home": "https://imsyy.top",
|
|
"private": true,
|
|
"version": "4.1.4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write src/",
|
|
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix"
|
|
},
|
|
"dependencies": {
|
|
"@worstone/vue-aplayer": "^1.0.7",
|
|
"aplayer": "^1.10.1",
|
|
"axios": "^1.7.9",
|
|
"dayjs": "^1.11.13",
|
|
"element-plus": "^2.9.3",
|
|
"fetch-jsonp": "^1.3.0",
|
|
"jparticles": "^3.5.0",
|
|
"lodash-es": "^4.17.21",
|
|
"pinia": "^2.3.0",
|
|
"pinia-plugin-persistedstate-2": "^2.0.28",
|
|
"swiper": "^11.2.1",
|
|
"three": "^0.172.0",
|
|
"vue": "^3.5.13",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
"@vicons/fa": "^0.13.0",
|
|
"@vicons/ionicons4": "^0.13.0",
|
|
"@vicons/ionicons5": "^0.13.0",
|
|
"@vicons/material": "^0.13.0",
|
|
"@vicons/tabler": "^0.13.0",
|
|
"@vicons/utils": "^0.1.4",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"eslint": "^9.18.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"prettier": "^3.4.2",
|
|
"sass": "^1.83.4",
|
|
"terser": "^5.37.0",
|
|
"unplugin-auto-import": "^19.0.0",
|
|
"unplugin-vue-components": "^28.0.0",
|
|
"vite": "^6.0.9",
|
|
"vite-plugin-compression2": "^1.3.3",
|
|
"vite-plugin-pwa": "^0.21.1"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"glob": "^11.0.1",
|
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
"magic-string": "^0.30.17",
|
|
"workbox-build": "^7.3.0"
|
|
}
|
|
}
|
|
} |