26 lines
549 B
JSON
26 lines
549 B
JSON
{
|
|
"name": "cvmwebapp",
|
|
"version": "1.0.0",
|
|
"description": "kill me",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "parcel build --dist-dir dist src/html/index.html",
|
|
"serve": "parcel src/html/index.html"
|
|
},
|
|
"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"
|
|
},
|
|
"overrides": {
|
|
"@parcel/watcher": "~2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"parcel": "^2.11.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|