Using npm to load JS/CSS libs.

This commit is contained in:
Dirk Jahnke 2022-05-30 11:47:53 +02:00
parent b9e9af778e
commit bf4817ac5d
2 changed files with 1110 additions and 0 deletions

1092
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "homelog",
"version": "1.0.0",
"description": "Home Logistics -- manage assets and containers and their locations",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dirk Jahnke",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.1.3",
"quagga": "^0.12.1"
}
}