{
  "name": "@novu/notification-center",
  "version": "2.0.0",
  "repository": "https://github.com/novuhq/novu",
  "description": "",
  "scripts": {
    "start": "npm run build:watch",
    "prebuild": "rimraf dist",
    "lint": "eslint --ext .ts,.tsx src",
    "build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
    "build:cjs": "cross-env node_modules/.bin/tsc -p tsconfig.json",
    "build:esm": "cross-env node_modules/.bin/tsc -p tsconfig.esm.json",
    "build:esm:watch": "cross-env node_modules/.bin/tsc -p tsconfig.esm.json -w --preserveWatchOutput",
    "build:umd": "webpack --config webpack.config.js",
    "build:types": "tsc --declaration --emitDeclarationOnly --declarationMap --declarationDir dist/types -p tsconfig.json",
    "build:watch": "npm run build:esm:watch",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "test": "jest"
  },
  "author": "",
  "license": "ISC",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist/cjs",
    "dist/esm",
    "dist/types"
  ],
  "sideEffects": false,
  "types": "dist/types/index.d.ts",
  "devDependencies": {
    "@babel/preset-env": "^7.23.2",
    "@babel/preset-react": "^7.13.13",
    "@babel/preset-typescript": "^7.13.0",
    "@storybook/addon-actions": "^7.4.2",
    "@storybook/addon-essentials": "^7.4.2",
    "@storybook/addon-interactions": "^7.4.2",
    "@storybook/addon-links": "^7.4.2",
    "@storybook/addon-mdx-gfm": "^7.4.2",
    "@storybook/react": "^7.4.2",
    "@storybook/react-webpack5": "^7.4.2",
    "@testing-library/dom": "^9.3.0",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^11.1.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^12.1.10",
    "@types/jest": "^29.2.3",
    "@types/node": "^20.14.10",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "acorn": "^8.7.1",
    "babel-loader": "^8.2.4",
    "compression-webpack-plugin": "^10.0.0",
    "eslint-plugin-storybook": "^0.6.13",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "jest-transform-stub": "^2.0.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rimraf": "^3.0.2",
    "storybook": "^7.4.2",
    "terser-webpack-plugin": "^5.3.9",
    "ts-jest": "^29.0.3",
    "ts-loader": "~9.4.0",
    "tslib": "^2.3.1",
    "typescript": "4.9.5",
    "url-loader": "^4.1.1",
    "webpack": "^5.74.0",
    "webpack-bundle-analyzer": "^4.9.0",
    "webpack-cli": "^5.1.4"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@emotion/css": "^11.10.5",
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@mantine/core": "^5.7.1",
    "@mantine/hooks": "^5.7.1",
    "@novu/client": "^2.0.0",
    "@novu/shared": "^2.0.0",
    "@tanstack/react-query": "^4.20.4",
    "acorn-jsx": "^5.3.2",
    "axios": "^1.6.2",
    "lodash.clonedeep": "^4.5.0",
    "lodash.debounce": "^4.0.8",
    "lodash.merge": "^4.6.2",
    "react-infinite-scroll-component": "^6.0.0",
    "socket.io-client": "4.7.2",
    "tslib": "^2.3.1",
    "webfontloader": "^1.6.28"
  }
}
