mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 13:04:23 +00:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "musicplayerv2-gui",
|
|
"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 --force",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
"@melloware/coloris": "^0.24.0",
|
|
"@rollup/plugin-inject": "^5.0.5",
|
|
"buffer": "^6.0.3",
|
|
"colorthief": "^2.2.0",
|
|
"music-metadata-browser": "^2.5.10",
|
|
"musickit-typescript": "^1.2.4",
|
|
"pinia": "^2.1.7",
|
|
"socket.io-client": "^4.7.5",
|
|
"vite-plugin-node-polyfills": "^0.22.0",
|
|
"vue": "^3.4.15",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@tsconfig/node20": "^20.1.2",
|
|
"@types/node": "^20.11.10",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"npm-run-all2": "^6.1.1",
|
|
"typescript": "~5.3.0",
|
|
"vite": "^5.0.11",
|
|
"vue-tsc": "^2.0.29"
|
|
}
|
|
}
|