UNPKG

@qbcart/eshop-inventory-hooks

Version:

Types to hooks for querying inventory data from LocalDB.

69 lines (68 loc) 1.81 kB
{ "name": "@qbcart/eshop-inventory-hooks", "version": "4.0.0", "description": "Types to hooks for querying inventory data from LocalDB.", "keywords": [ "types", "qbcart", "eshop", "dexie", "indexedDB", "react", "hooks" ], "license": "MIT", "author": "QBCart Inc.", "contributors": [ "Allan Mobley", "Michael Shea" ], "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/QBCart/EShop.InventoryHooks.git" }, "bugs": { "url": "https://github.com/QBCart/EShop.InventoryHooks/issues" }, "homepage": "https://github.com/QBCart/EShop.InventoryHooks#readme", "scripts": { "start": "SNOWPACK_PUBLIC_STREAMING_URL=https://qbcdemo.z13.web.core.windows.net snowpack build", "build": "tsc && snowpack build", "build:types": "tsc", "lint": "eslint src/**/*.ts", "format:check": "prettier --check .", "format:fix": "prettier . --write", "test": "echo \"Error: no test specified\" && exit 1", "test:ci": "echo \"All Good\" && exit 0" }, "devDependencies": { "@qbcart/eshop-localdb": "^4.1.0", "@qbcart/types": "^3.4.0", "@types/react-dom": "^17.0.9", "@typescript-eslint/eslint-plugin": "^4.28.4", "@typescript-eslint/parser": "^4.28.4", "dexie": "^3.2.0-beta-2", "dexie-react-hooks": "^1.0.7", "eslint": "^7.31.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "http-proxy": "^1.18.1", "husky": "^4.3.8", "lint-staged": "^10.5.4", "prettier": "^2.3.2", "snowpack": "^3.8.2", "snowpack-plugin-import-map": "^1.1.4", "typescript": "^4.3.5" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "!.*": [ "prettier . --write" ] } }