2022-11-15 14:19:29 +00:00
|
|
|
{
|
|
|
|
"name": "home",
|
2023-01-14 11:34:39 +00:00
|
|
|
"author": "imsyy",
|
|
|
|
"github": "https://github.com/imsyy/home",
|
|
|
|
"home": "https://imsyy.top",
|
2022-11-15 14:19:29 +00:00
|
|
|
"private": true,
|
2024-01-02 10:11:48 +00:00
|
|
|
"version": "4.1.4",
|
2022-11-15 14:19:29 +00:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2023-02-14 01:01:51 +00:00
|
|
|
"dev": "vite --host",
|
2022-11-15 14:19:29 +00:00
|
|
|
"build": "vite build",
|
2023-08-23 05:39:30 +00:00
|
|
|
"preview": "vite preview",
|
2023-12-06 05:41:45 +00:00
|
|
|
"format": "prettier --write src/",
|
|
|
|
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix"
|
2022-11-15 14:19:29 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-02 15:10:37 +00:00
|
|
|
"@worstone/vue-aplayer": "^1.0.6",
|
2022-11-17 06:13:03 +00:00
|
|
|
"aplayer": "^1.10.1",
|
2024-01-02 10:11:48 +00:00
|
|
|
"axios": "^1.6.3",
|
|
|
|
"element-plus": "^2.4.4",
|
|
|
|
"fetch-jsonp": "^1.3.0",
|
|
|
|
"pinia": "^2.1.7",
|
|
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
|
|
"swiper": "^9.4.1",
|
|
|
|
"vue": "^3.4.3"
|
2022-11-15 14:19:29 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-17 03:54:26 +00:00
|
|
|
"@icon-park/vue-next": "^1.4.2",
|
2022-11-15 14:19:29 +00:00
|
|
|
"@vicons/fa": "^0.12.0",
|
|
|
|
"@vicons/utils": "^0.1.4",
|
2024-01-02 10:11:48 +00:00
|
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
|
|
"eslint": "^8.56.0",
|
|
|
|
"eslint-plugin-vue": "^9.19.2",
|
|
|
|
"prettier": "^3.1.1",
|
|
|
|
"sass": "^1.69.6",
|
|
|
|
"terser": "^5.26.0",
|
|
|
|
"unplugin-auto-import": "^0.11.5",
|
|
|
|
"unplugin-vue-components": "^0.22.12",
|
|
|
|
"vite": "^4.5.1",
|
2023-08-14 03:46:28 +00:00
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2024-01-02 10:11:48 +00:00
|
|
|
"vite-plugin-pwa": "^0.14.7"
|
2022-11-15 14:19:29 +00:00
|
|
|
}
|
2023-01-15 09:47:35 +00:00
|
|
|
}
|