mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-07-09 14:47:18 +00:00
31 lines
708 B
JSON
31 lines
708 B
JSON
{
|
|
"name": "main-page",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"@unhead/vue": "^0.7.0",
|
|
"element-plus": "^2.9.5",
|
|
"github-calendar": "^2.3.4",
|
|
"js-yaml": "^4.1.0",
|
|
"vue": "^3.5.13",
|
|
"vue-page-transition": "^0.2.2",
|
|
"vue-router": "^4.5.0",
|
|
"yaml": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"path": "^0.12.7",
|
|
"unplugin-vue-components": "^28.4.1",
|
|
"vite": "^6.2.0",
|
|
"vite-plugin-sitemap": "^0.7.1"
|
|
}
|
|
}
|