Homepage-imsyy/package.json

43 lines
1.0 KiB
JSON
Raw Permalink Normal View History

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,
"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",
"preview": "vite preview",
"format": "prettier --write src/"
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",
"swiper": "^9.3.2",
"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",
"@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",
"terser": "^5.16.1",
2022-11-15 14:19:29 +00:00
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"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
}