mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "vue-project",
|
|
"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": {
|
|
"@fortawesome/fontawesome-free": "^7.3.1",
|
|
"@fortawesome/fontawesome-svg-core": "^7.3.1",
|
|
"@fortawesome/free-regular-svg-icons": "^7.3.1",
|
|
"@globalhive/vuejs-tour": "^3.0.1",
|
|
"@kyvg/vue3-notification": "^3.4.2",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^4.0.2",
|
|
"vue": "^3.5.40",
|
|
"vue-router": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
"@tsconfig/node24": "^24.0.4",
|
|
"@types/node": "^24.13.3",
|
|
"@vitejs/plugin-vue": "^6.0.8",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"eslint-plugin-vue": "^10.10.0",
|
|
"globals": "^17.11.0",
|
|
"musickitjs-v3-types": "^1.1.1",
|
|
"npm-run-all2": "^9.0.2",
|
|
"sass-embedded": "^1.103.1",
|
|
"typescript": "~6.0.0",
|
|
"typescript-eslint": "^8.67.0",
|
|
"vite": "^8.1.5",
|
|
"vite-plugin-vue-devtools": "^8.1.5",
|
|
"vue-tsc": "^3.3.7"
|
|
},
|
|
"engines": {
|
|
"node": "^22.18.0 || >=24.12.0"
|
|
}
|
|
}
|