mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
28 lines
761 B
JSON
28 lines
761 B
JSON
{
|
|
"dependencies": {
|
|
"@janishutz/login-sdk-server": "^1.4.0",
|
|
"@janishutz/login-sdk-server-stubs": "^1.4.0",
|
|
"@janishutz/store-sdk": "^1.2.1",
|
|
"body-parser": "^2.3.0",
|
|
"cors": "^2.8.6",
|
|
"express": "^5.2.1",
|
|
"express-session": "^1.19.0",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
"@types/body-parser": "^1.19.6",
|
|
"@types/cors": "^2.8.19",
|
|
"@types/express": "^5.0.6",
|
|
"@types/express-session": "^1.19.0",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/node": "^26.2.0",
|
|
"eslint": "^10.9.0",
|
|
"eslint-plugin-vue": "^10.10.0",
|
|
"globals": "^17.11.0",
|
|
"typescript-eslint": "^8.67.0"
|
|
}
|
|
}
|