Converted web app to react + js

This commit is contained in:
2026-03-27 07:47:39 +00:00
parent 5b31525fbc
commit b2f34e308e
434 changed files with 3218 additions and 225894 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"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"
}
}