@bzbs/react-providers
Version:
A collection of React Context Provider for Buzzebees apps
92 lines (91 loc) • 2.55 kB
JSON
{
"name": "@bzbs/react-providers",
"version": "2.2.9",
"description": "A collection of React Context Provider for Buzzebees apps",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./context": {
"types": "./dist/context.d.ts",
"import": "./dist/context.mjs",
"require": "./dist/context.js"
},
"./zustand": {
"types": "./dist/zustand.d.ts",
"import": "./dist/zustand.mjs",
"require": "./dist/zustand.js"
}
},
"files": [
"dist",
"context.ts",
"zustand.ts"
],
"scripts": {
"build": "tsup",
"test": "jest --watchAll=false --coverage",
"tsc": "tsc --init",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,md}\" --config ./.prettierrc.json",
"patch": "npm run build && npm version patch && npm publish",
"minor": "npm run build && npm version minor && npm publish",
"major": "npm run build && npm version major && npm publish"
},
"repository": {
"type": "git",
"url": "https://buzzebees.visualstudio.com/Buzzebees/_git/React_Providers"
},
"keywords": [
"React",
"Context",
"Provider"
],
"author": "Buzzebees Co., Ltd.",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.5.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^16.0.0",
"@types/axios-curlirize": "^1.3.5",
"@types/jest": "^29.5.12",
"@types/matomo-tracker-react-native": "^0.3.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"axios-mock-adapter": "^2.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"prettier": "^3.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"typescript-eslint": "^7.14.1"
},
"dependencies": {
"@bzbs/react-api-client": "^1.0.8",
"blakejs": "^1.2.1",
"emittery": "^1.0.3",
"matomo-tracker-react-native": "^0.3.3",
"uuid": "^11.1.0",
"zustand": "^5.0.6"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}