31 lines
902 B
JSON
31 lines
902 B
JSON
|
{
|
||
|
"name": "collabvm-auth-admin-panel",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Admin panel for the CollabVM Authentication Server",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"build": "parcel build --no-source-maps --dist-dir dist --public-url '.' src/html/index.html",
|
||
|
"serve": "parcel src/html/index.html",
|
||
|
"clean": "run-script-os",
|
||
|
"clean:darwin:linux": "rm -rf dist .parcel-cache",
|
||
|
"clean:win32": "rd /s /q dist .parcel-cache"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.computernewb.com/collabvm/collabvm-auth-admin-panel"
|
||
|
},
|
||
|
"author": "Computernewb Development Team",
|
||
|
"license": "GPL-3.0",
|
||
|
"devDependencies": {
|
||
|
"@types/bootstrap": "^5.2.10",
|
||
|
"parcel": "^2.12.0",
|
||
|
"run-script-os": "^1.1.6",
|
||
|
"typescript": "^5.4.4"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@hcaptcha/types": "^1.0.3",
|
||
|
"@popperjs/core": "^2.11.8",
|
||
|
"bootstrap": "^5.3.2"
|
||
|
}
|
||
|
}
|