Homepage-imsyy/package.json

38 lines
914 B
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,
2023-01-31 12:24:16 +00:00
"version": "4.0.2",
2022-11-15 14:19:29 +00:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@icon-park/vue-next": "^1.4.2",
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",
"pinia": "^2.0.23",
2022-11-27 06:44:53 +00:00
"pinia-plugin-persistedstate": "^3.0.0",
2023-01-14 11:34:39 +00:00
"terser": "^5.16.1",
2022-11-17 06:13:03 +00:00
"vue": "^3.2.37",
"vue3-aplayer": "^1.7.3"
2022-11-15 14:19:29 +00:00
},
"devDependencies": {
"@vicons/fa": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^3.1.0",
"sass": "^1.55.0",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.0",
2023-01-15 09:47:35 +00:00
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.14.1"
2022-11-15 14:19:29 +00:00
}
2023-01-15 09:47:35 +00:00
}