notificare-react-preview-components
Version:
A set of React components for your admin applications that lets you preview how Notificare notifications, in-app messages, and wallet passes will appear on a user’s device.
99 lines (98 loc) • 2.95 kB
JSON
{
"name": "notificare-react-preview-components",
"version": "1.1.0",
"description": "A set of React components for your admin applications that lets you preview how Notificare notifications, in-app messages, and wallet passes will appear on a user’s device.",
"author": "Notificare <info@notificare.com> (https://notificare.com)",
"license": "MIT",
"homepage": "https://notificare.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/notificare/notificare-react-preview-components.git"
},
"keywords": [
"notificare",
"react",
"preview",
"components",
"notifications",
"in-app-messaging",
"wallet"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types.d.ts",
"scripts": {
"build": "npm run clean; rollup -c",
"build-storybook": "storybook build",
"clean": "rm -rf dist",
"dev": "rollup -c -w",
"lint": "eslint .",
"prepack": "npm run build",
"storybook": "storybook dev -p 6006",
"test": "jest",
"typecheck": "tsc --noEmit"
},
"files": [
"dist"
],
"dependencies": {
"@vis.gl/react-google-maps": "^1.5.2",
"zod": "^3.24.1",
"react-intl": "^7.1.11"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.27.0",
"@eslint/js": "^9.18.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@storybook/react-vite": "^9.0.4",
"@svgr/rollup": "^8.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/leaflet": "^1.9.16",
"@types/react": "^19.0.7",
"babel-jest": "^29.7.0",
"dotenv": "^16.5.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-storybook": "^9.0.4",
"globals": "^16.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-intl": "^7.1.11",
"rollup": "^4.37.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.14.0",
"storybook": "^9.0.4",
"style-loader": "^4.0.0",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"overrides": {
"storybook": "$storybook"
}
}