unloze-wrapper/package.json
2025-05-20 23:17:55 -04:00

33 lines
727 B
JSON

{
"name": "unloze-fast-download-wrapper",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.812.0",
"@mdi/font": "^7.4.47",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"path": "^0.12.7",
"url": "^0.11.4",
"vue": "^3.5.13",
"vue-router": "^4.5.1",
"vuetify": "^3.8.0-beta.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"sass": "^1.87.0",
"sass-loader": "^16.0.5",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vue-tsc": "^2.2.8"
}
}