UNPKG

@croz/nrich-notification-core

Version:

Contains core utilities related to the nrich-notification module

61 lines (60 loc) 1.5 kB
{ "name": "@croz/nrich-notification-core", "description": "Contains core utilities related to the nrich-notification module", "version": "1.1.4", "author": "CROZ", "bugs": "https://github.com/croz-ltd/nrich-frontend/issues", "dependencies": { "zustand": "^4.4.7" }, "devDependencies": { "@croz/nrich-jest-config": "*", "@croz/nrich-tsconfig": "*", "@croz/nrich-tsup-config": "*", "@testing-library/react": "^13.4.0", "@types/jest": "^28.1.0", "axios": "^1.1.3", "eslint": "^8.2.0", "eslint-config-nrich": "*", "jest": "^28.1.0", "msw": "^0.48.1", "react": "^18.1.0", "react-dom": "^18.1.0", "tsup": "^6.5.0", "whatwg-fetch": "^3.6.2" }, "files": [ "dist/*" ], "homepage": "https://github.com/croz-ltd/nrich-frontend/tree/master/libs/notification/core#readme", "keywords": [ "croz", "nrich", "nrich-notification", "react", "typescript", "zustand" ], "license": "Apache-2.0", "main": "dist/index.js", "module": "dist/index.mjs", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/croz-ltd/nrich-frontend.git", "directory": "libs/notification/core" }, "scripts": { "build": "tsup", "clean": "rm -rf .turbo && rm -rf dist", "lint": "eslint . --ext .ts,.tsx", "test": "jest" }, "types": "dist/index.d.ts" }