webapp/package.json
2024-02-04 00:23:15 -05:00

33 lines
835 B
JSON

{
"name": "cvmwebapp",
"version": "2.0.0",
"description": "kill me",
"private": true,
"scripts": {
"build": "parcel build --dist-dir dist 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"
},
"author": "Elijah R",
"license": "GPL-3.0",
"dependencies": {
"@hcaptcha/types": "^1.0.3",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"nanoevents": "^7.0.1",
"simple-keyboard": "^3.7.53"
},
"overrides": {
"@parcel/watcher": "~2.1.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"parcel": "^2.11.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"run-script-os": "^1.1.6",
"typescript": "^5.3.3"
}
}