mirror of
https://github.com/imsyy/home.git
synced 2025-06-01 19:30:17 +09:00

>> ·[FIX]以韩小韩API替代失效的教书先生API >> ·[ADD]添加腾讯位置服务支持,以解决高德接口次数不足以及不支持 IPV6 的问题 >> ·[ADD]修改天气模块策略,在一个接口失效时切换另一个接口 >> ·[FIX]修复天气模块中的错误,处理气温平均数时自动删除多余符号单位,处理分量时先判断是否携带级字再考虑添加
69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"name": "home",
|
|
"author": "imsyy",
|
|
"efua": "NanoRocky",
|
|
"github": "https://github.com/imsyy/home",
|
|
"efug": "https://github.com/NanoRocky/home",
|
|
"home": "https://imsyy.top",
|
|
"efuh": "https://nanorocky.top",
|
|
"private": true,
|
|
"version": "4.2.2 [EFU]",
|
|
"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.8.4",
|
|
"dayjs": "^1.11.13",
|
|
"element-plus": "^2.9.7",
|
|
"fetch-jsonp": "^1.3.0",
|
|
"jparticles": "^3.5.0",
|
|
"js-md5": "^0.8.3",
|
|
"lodash-es": "^4.17.21",
|
|
"pinia": "^3.0.1",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"pinia-plugin-persistedstate-2": "^2.0.30",
|
|
"swiper": "^11.2.6",
|
|
"three": "^0.175.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.3",
|
|
"eslint": "^9.23.0",
|
|
"eslint-plugin-vue": "^10.0.0",
|
|
"vue-eslint-parser": "^10.1.1",
|
|
"prettier": "^3.5.3",
|
|
"sass": "^1.86.2",
|
|
"terser": "^5.39.0",
|
|
"unplugin-auto-import": "^19.1.2",
|
|
"unplugin-vue-components": "^28.4.1",
|
|
"vite": "^6.2.5",
|
|
"vite-plugin-compression2": "^1.3.3",
|
|
"vite-plugin-pwa": "^1.0.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"glob": "^11.0.1",
|
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
"magic-string": "^0.30.17",
|
|
"workbox-build": "^7.3.0"
|
|
},
|
|
"ignoredBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
}
|
|
} |