Toloka2WebV2/frontend/package.json

27 lines
536 B
JSON
Raw Permalink Normal View History

2024-09-23 12:15:53 -04:00
{
"name": "frontend",
"private": true,
2024-09-26 07:24:26 -04:00
"version": "1.0.5",
2024-09-23 12:15:53 -04:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.5",
"beercss": "^3.6.13",
"material-dynamic-colors": "^1.1.2",
"vue": "^3.4.37",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vite-plugin-pages": "^0.32.3",
"vue-tsc": "^2.0.29"
}
}