2022-11-15 22:19:29 +08:00
|
|
|
{
|
|
|
|
"name": "home",
|
2023-01-14 19:34:39 +08:00
|
|
|
"author": "imsyy",
|
|
|
|
"github": "https://github.com/imsyy/home",
|
|
|
|
"home": "https://imsyy.top",
|
2022-11-15 22:19:29 +08:00
|
|
|
"private": true,
|
2023-11-03 09:23:06 +08:00
|
|
|
"version": "4.1.3",
|
2022-11-15 22:19:29 +08:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2023-02-14 09:01:51 +08:00
|
|
|
"dev": "vite --host",
|
2022-11-15 22:19:29 +08:00
|
|
|
"build": "vite build",
|
2023-08-23 13:39:30 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
"format": "prettier --write src/"
|
2022-11-15 22:19:29 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-17 14:13:03 +08:00
|
|
|
"aplayer": "^1.10.1",
|
2022-11-15 22:19:29 +08:00
|
|
|
"axios": "^1.1.3",
|
|
|
|
"element-plus": "^2.2.18",
|
2023-03-09 15:39:52 +08:00
|
|
|
"fetch-jsonp": "^1.2.3",
|
2022-11-15 22:19:29 +08:00
|
|
|
"pinia": "^2.0.23",
|
2022-11-27 14:44:53 +08:00
|
|
|
"pinia-plugin-persistedstate": "^3.0.0",
|
2023-06-12 11:39:06 +08:00
|
|
|
"swiper": "^9.3.2",
|
2023-08-14 11:46:28 +08:00
|
|
|
"vue": "^3.3.4",
|
2022-11-17 14:13:03 +08:00
|
|
|
"vue3-aplayer": "^1.7.3"
|
2022-11-15 22:19:29 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-17 11:54:26 +08:00
|
|
|
"@icon-park/vue-next": "^1.4.2",
|
2022-11-15 22:19:29 +08:00
|
|
|
"@vicons/fa": "^0.12.0",
|
|
|
|
"@vicons/utils": "^0.1.4",
|
2023-08-14 11:46:28 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
2023-08-26 16:03:07 +08:00
|
|
|
"eslint": "^8.48.0",
|
|
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
|
|
"prettier": "^3.0.2",
|
2022-11-15 22:19:29 +08:00
|
|
|
"sass": "^1.55.0",
|
2023-08-14 11:46:28 +08:00
|
|
|
"terser": "^5.16.1",
|
2022-11-15 22:19:29 +08:00
|
|
|
"unplugin-auto-import": "^0.11.2",
|
|
|
|
"unplugin-vue-components": "^0.22.8",
|
2023-08-14 11:46:28 +08:00
|
|
|
"vite": "^4.4.5",
|
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2023-08-26 16:03:07 +08:00
|
|
|
"vite-plugin-pwa": "^0.14.1"
|
2022-11-15 22:19:29 +08:00
|
|
|
}
|
2023-01-15 17:47:35 +08:00
|
|
|
}
|