Using npm to load JS/CSS libs.
This commit is contained in:
parent
b9e9af778e
commit
bf4817ac5d
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue