mirror of
https://github.com/Akomry/website.git
synced 2025-12-06 08:43:53 +00:00
39 lines
1,005 B
JSON
39 lines
1,005 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/vue": "^1.1.6",
|
|
"@iconify/vue": "^4.3.0",
|
|
"@unhead/vue": "^2.0.3",
|
|
"axios": "^1.8.4",
|
|
"iconify-icon": "^2.3.0",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^11.1.5",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.323",
|
|
"@tomjs/vite-plugin-iconify": "^1.2.1",
|
|
"@tsconfig/node22": "^22.0.0",
|
|
"@types/node": "^22.13.9",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"npm-run-all2": "^7.0.2",
|
|
"sass": "^1.86.0",
|
|
"sass-loader": "^16.0.5",
|
|
"typescript": "~5.8.0",
|
|
"unplugin-vue-components": "^28.4.1",
|
|
"vite": "^6.2.1",
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
"vue-tsc": "^2.2.8"
|
|
}
|
|
}
|