home/package.json
NanoRocky 3cfb290fc5 [Add] 添加功能
# 添加独立的壁纸配置,增加壁纸时无需重新编译项目
# 允许为移动端设置不同分辨率的壁纸
# 允许在移动端点击 网站列表  以打开设置
# 依赖更新
2025-03-10 20:10:42 +08:00

63 lines
1.7 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.1 [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.2",
"dayjs": "^1.11.13",
"element-plus": "^2.9.6",
"fetch-jsonp": "^1.3.0",
"jparticles": "^3.5.0",
"lodash-es": "^4.17.21",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate-2": "^2.0.28",
"swiper": "^11.2.5",
"three": "^0.174.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.21.0",
"eslint-plugin-vue": "^9.33.0",
"prettier": "^3.5.3",
"sass": "^1.85.1",
"terser": "^5.39.0",
"unplugin-auto-import": "^19.1.1",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.2.1",
"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"
}
}
}