DumbWareio_DumbAssets/package.json
Chris 0868fe328f
Hotfix/dashboard active card calc update (#85)
* Hotfixes for v1.0.10

* apply service worker auto cache bust hot fix

* reverting preload
2025-06-12 17:56:31 -07:00

35 lines
735 B
JSON

{
"name": "dumbassets",
"version": "1.0.11",
"description": "Asset tracking application for managing assets and their components",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [
"asset",
"tracking",
"inventory",
"management"
],
"author": "DumbWare",
"dependencies": {
"chart.js": "^4.4.9",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^4.18.2",
"express-session": "^1.18.1",
"helmet": "^8.1.0",
"luxon": "^3.6.1",
"multer": "^2.0.0",
"node-cron": "^3.0.3",
"uuid": "^9.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}