Files
stockfill/package.json
T
beatzaplenty 6716a68a5b modified: .gradle/8.11.1/fileHashes/fileHashes.bin
modified:   .gradle/8.11.1/fileHashes/fileHashes.lock
	new file:   .gradle/nb-cache/app-872021804/project-info.ser
	new file:   .gradle/nb-cache/stockfill-555083198/project-info.ser
	new file:   .gradle/nb-cache/subprojects.ser
	new file:   .gradle/nb-cache/trust/322FC9862B0DAFF2344B91F46191E374722A0D7AFDF9E46965583317614B59D2
	modified:   .vscode/launch.json
	modified:   .vscode/tasks.json
	modified:   build/reports/problems/problems-report.html
	modified:   package-lock.json
	modified:   package.json
2025-11-22 06:43:55 +10:00

47 lines
1.3 KiB
JSON

{
"name": "stockfill",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && cp src/pwa/manifest.json public/manifest.json && cp src/pwa/service-worker.js public/service-worker.js && vite build",
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@types/uuid": "^10.0.0",
"@zxing/browser": "^0.1.4",
"date-fns": "^4.1.0",
"dexie": "^4.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.7",
"jsdom": "^24.1.0",
"msw": "^2.6.5",
"typescript": "^5.5.4",
"vite": "^7.2.4",
"vitest": "^2.1.9"
}
}