webapp/package.json
Elijah R 576bdfb13c change fontawesome to being loaded locally
you can stop throwing rocks at my windows now
2024-08-05 16:12:24 -04:00

42 lines
1.3 KiB
JSON

{
"name": "cvmwebapp",
"version": "2.0.0",
"description": "kill me",
"private": true,
"scripts": {
"build": "parcel build --no-source-maps --dist-dir dist --public-url '.' src/html/index.html",
"serve": "parcel src/html/index.html",
"test": "jest",
"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": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"dayjs": "^1.11.10",
"dompurify": "^3.1.0",
"msgpackr": "^1.10.2",
"nanoevents": "^7.0.1",
"simple-keyboard": "^3.7.53"
},
"devDependencies": {
"@hcaptcha/types": "^1.0.3",
"@types/bootstrap": "^5.2.10",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.12",
"buffer": "^5.5.0||^6.0.0",
"jest": "^29.7.0",
"parcel": "^2.11.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"prettier": "^3.2.5",
"run-script-os": "^1.1.6",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}