@open-tender/store
Version:
A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API
76 lines (75 loc) • 2.36 kB
JSON
{
"name": "@open-tender/store",
"version": "0.1.310",
"description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf ./dist/ && yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
"lint:fix": "eslint . --fix",
"prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\""
},
"homepage": "https://github.com/open-tender/open-tender-store",
"bugs": "https://github.com/open-tender/open-tender-store/issues",
"repository": {
"url": "https://github.com/open-tender/open-tender-store",
"type": "git"
},
"author": "JC Harrington <jc@opentender.io> (https://www.opentender.io)",
"keywords": [
"open-tender",
"react",
"redux",
"ecommerce",
"restaurants"
],
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/core": "^7.23.6",
"@emotion/react": "^11.11.1",
"@reduxjs/toolkit": "^2.0.1",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"date-fns": "2.30.0",
"date-fns-tz": "^2.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-fast-compare": "^3.2.2",
"react-redux": "^9.0.4",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
},
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@open-tender/types": "^0.4.173",
"@open-tender/ui": "^0.4.52",
"@open-tender/utils": "^0.5.59",
"@reduxjs/toolkit": "^2.0.1",
"date-fns": "2.30.0",
"date-fns-tz": "^2.0.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"uuid": "^9.0.1"
}
}