mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-04 09:30:00 +01:00
21 lines
422 B
JSON
21 lines
422 B
JSON
{
|
|
"description": "VIAaaS web resources",
|
|
"name": "viaaas-web",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@azure/msal-browser": "^2.27.0",
|
|
"@types/bootstrap": "^5.1.12",
|
|
"@types/jquery": "^3.5.14",
|
|
"@types/uuid": "^8.3.4",
|
|
"bootstrap": "^5.1.3",
|
|
"jquery": "^3.6.0",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"scripts": {
|
|
"start": "./gradlew run"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|