mirror of
https://github.com/imsyy/home.git
synced 2025-05-31 10:50:17 +09:00
59 lines
1.5 KiB
JSON
59 lines
1.5 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.1",
|
|
"fetch-jsonp": "^1.3.0",
|
|
"lodash-es": "^4.17.21",
|
|
"pinia": "^2.3.0",
|
|
"pinia-plugin-persistedstate-2": "^2.0.27",
|
|
"swiper": "^11.1.15",
|
|
"three": "^0.171.0",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
"@vicons/fa": "^0.12.0",
|
|
"@vicons/ionicons4": "^0.12.0",
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
"@vicons/material": "^0.12.0",
|
|
"@vicons/tabler": "^0.12.0",
|
|
"@vicons/utils": "^0.1.4",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"prettier": "^3.4.2",
|
|
"sass": "^1.83.0",
|
|
"terser": "^5.37.0",
|
|
"unplugin-auto-import": "^0.19.0",
|
|
"unplugin-vue-components": "^0.27.5",
|
|
"vite": "^6.0.3",
|
|
"vite-plugin-compression2": "^1.3.3",
|
|
"vite-plugin-pwa": "^0.21.1"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"glob": "^9.0.1",
|
|
"@jridgewell/sourcemap-codec":"^1.5.0",
|
|
"magic-string":"^0.30.15",
|
|
"workbox-build":"^7.3.0"
|
|
}
|
|
}
|
|
}
|