Files
pantry-management-frontend/package.json

29 lines
766 B
JSON

{
"name": "webpage-playground",
"version": "1.0.0",
"description": "A modern inventory management demo app featuring multiple pages for browsing, searching, and scanning barcodes. Built with vanilla HTML, CSS, and JavaScript.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://git.betteridge.net/ldbetteridge/pantry-management-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ericblade/quagga2": "^1.12.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.3"
}
}