VIAaaS/package.json
2024-06-06 17:33:20 -03:00

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"
}
}