Homepage-imsyy/package.json

45 lines
1.2 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.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",
"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-04-24 02:36:23 +00:00
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"element-plus": "^2.7.1",
"fetch-jsonp": "^1.3.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
2024-04-24 02:36:23 +00:00
"swiper": "^11.1.1",
"vue": "^3.4.24"
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.6.2",
2024-03-11 02:38:21 +00:00
"eslint": "^8.57.0",
2024-04-24 02:36:23 +00:00
"eslint-plugin-vue": "^9.25.0",
2024-03-11 02:38:21 +00:00
"prettier": "^3.2.5",
2024-04-24 02:36:23 +00:00
"sass": "^1.75.0",
"terser": "^5.30.4",
"unplugin-auto-import": "^0.11.5",
"unplugin-vue-components": "^0.22.12",
2024-04-24 02:36:23 +00:00
"vite": "^4.5.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.14.7"
2022-11-15 14:19:29 +00:00
}
2023-01-15 09:47:35 +00:00
}