29 lines
764 B
JSON
29 lines
764 B
JSON
{
|
|
"name": "mediahive-frontend",
|
|
"version": "0.0.0",
|
|
"description": "Netflix-style media streaming for your collection",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "oxlint --vue-plugin --import-plugin src",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"format": "oxfmt --config oxfmt.json src",
|
|
"format:check": "oxfmt --config oxfmt.json --check src"
|
|
},
|
|
"dependencies": {
|
|
"country-flag-icons": "^1.6.17",
|
|
"vue": "^3.4.0",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"oxfmt": "^0.51.0",
|
|
"oxlint": "^1.66.0",
|
|
"typescript": "^5.3.0",
|
|
"vite": "^5.0.0",
|
|
"vue-tsc": "^2.0.0"
|
|
}
|
|
}
|