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,
|
2023-11-03 01:23:06 +00:00
|
|
|
"version": "4.1.3",
|
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": {
|
2022-11-17 06:13:03 +00:00
|
|
|
"aplayer": "^1.10.1",
|
2022-11-15 14:19:29 +00:00
|
|
|
"axios": "^1.1.3",
|
|
|
|
"element-plus": "^2.2.18",
|
2023-03-09 07:39:52 +00:00
|
|
|
"fetch-jsonp": "^1.2.3",
|
2022-11-15 14:19:29 +00:00
|
|
|
"pinia": "^2.0.23",
|
2022-11-27 06:44:53 +00:00
|
|
|
"pinia-plugin-persistedstate": "^3.0.0",
|
2023-06-12 03:39:06 +00:00
|
|
|
"swiper": "^9.3.2",
|
2023-08-14 03:46:28 +00:00
|
|
|
"vue": "^3.3.4",
|
2022-11-17 06:13:03 +00:00
|
|
|
"vue3-aplayer": "^1.7.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",
|
2023-08-14 03:46:28 +00:00
|
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
2023-08-26 08:03:07 +00:00
|
|
|
"eslint": "^8.48.0",
|
|
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
|
|
"prettier": "^3.0.2",
|
2022-11-15 14:19:29 +00:00
|
|
|
"sass": "^1.55.0",
|
2023-08-14 03:46:28 +00:00
|
|
|
"terser": "^5.16.1",
|
2022-11-15 14:19:29 +00:00
|
|
|
"unplugin-auto-import": "^0.11.2",
|
|
|
|
"unplugin-vue-components": "^0.22.8",
|
2023-08-14 03:46:28 +00:00
|
|
|
"vite": "^4.4.5",
|
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2023-08-26 08:03:07 +00:00
|
|
|
"vite-plugin-pwa": "^0.14.1"
|
2022-11-15 14:19:29 +00:00
|
|
|
}
|
2023-01-15 09:47:35 +00:00
|
|
|
}
|