{ "name": "pantry", "version": "0.1.0", "description": "Kitchen inventory organizer and planner", "private": true, "repository": { "type": "git", "url": "https://github.com/kjhoerr/pantry.git" }, "author": "Kevin J Hoerr ", "license": "BlueOak-1.0.0", "scripts": { "start": "rsbuild dev", "build": "rsbuild build", "preview": "rsbuild preview", "lint": "eslint .", "format": "prettier --write 'src/**/*.(ts|tsx)'", "codegen": "graphql-codegen && yarn format" }, "dependencies": { "@heroicons/react": "2.0.16", "@mantine/hooks": "^8.3.10", "@reduxjs/toolkit": "^2.11.2", "@rsbuild/core": "^1.7.1", "@rsbuild/plugin-react": "^1.4.2", "@rsbuild/plugin-svgr": "^1.2.3", "@tailwindcss/postcss": "^4.1.18", "flowbite": "^4.0.1", "flowbite-react": "^0.12.15", "graphql": "^16.12.0", "graphql-request": "7.4.0", "react": "19.2.3", "react-dom": "19.2.3", "react-redux": "^9.2.0", "react-router-dom": "^7.11.0", "redux": "^5.0.1", "tailwindcss": "^4.1.18", "uuid": "^13.0.0", "web-vitals": "^5.1.0" }, "devDependencies": { "@eslint/js": "latest", "@graphql-codegen/cli": "latest", "@graphql-codegen/client-preset": "latest", "@rsbuild/plugin-eslint": "latest", "@testing-library/dom": "latest", "@testing-library/jest-dom": "latest", "@testing-library/react": "latest", "@testing-library/user-event": "latest", "@trivago/prettier-plugin-sort-imports": "latest", "@types/jest": "latest", "@types/node": "latest", "@types/react": "latest", "@types/react-dom": "latest", "@types/uuid": "latest", "eslint": "latest", "eslint-config-prettier": "latest", "eslint-plugin-prettier": "latest", "eslint-plugin-react": "latest", "prettier": "latest", "typescript": "latest", "typescript-eslint": "latest" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "type": "module", "packageManager": "yarn@3.8.7" }