UNPKG

@salvoravida/reapop

Version:

A simple & customizable notifications system for React

124 lines (123 loc) 3.83 kB
{ "name": "@salvoravida/reapop", "version": "4.2.1", "description": "A simple & customizable notifications system for React", "main": "dist/index.js", "module": "dist/reapop.esm.js", "types": "dist/index.d.ts", "scripts": { "build-demo": "npx webpack --config=./demo/webpack.prod.config.ts", "check-style": "eslint . --quiet --ext .ts,.tsx,.js,.jsx", "check-types": "npx tsc && npx tsc --project demo/tsconfig.json", "lint": "npm run check-style -- --fix", "prepack": "NODE_ENV=production tsdx build", "start": "ts-node demo/app.ts", "test": "npm run check-style && npm run check-types && npx jest", "test:coverage": "npm test -- --coverage", "test:watch": "npm test -- --watch", "prepare": "husky install" }, "engines": { "node": ">= 14.19.0" }, "repository": { "type": "git", "url": "git+https://LouisBarranqueiro@github.com/LouisBarranqueiro/reapop.git" }, "keywords": [ "reapop", "react", "redux", "mobx", "notifications", "notification", "toast", "toasts", "component" ], "author": "Louis Barranqueiro", "license": "MIT", "bugs": { "url": "https://github.com/LouisBarranqueiro/reapop/issues" }, "homepage": "https://github.com/LouisBarranqueiro/reapop#readme", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/cli": "7.19.3", "@babel/core": "7.19.3", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/preset-env": "7.19.4", "@babel/preset-react": "7.18.6", "@babel/preset-typescript": "7.18.6", "@pmmmwh/react-refresh-webpack-plugin": "0.5.8", "@teamsupercell/typings-for-css-modules-loader": "2.5.1", "@testing-library/react": "13.4.0", "@types/copy-webpack-plugin": "8.0.1", "@types/express": "4.17.14", "@types/faker": "6.6.8", "@types/pretty": "2.0.1", "@types/react": "17.0.50", "@types/react-dom": "17.0.17", "@types/react-redux": "7.1.24", "@types/react-transition-group": "4.4.5", "@types/redux": "3.6.0", "@types/webpack": "5.28.0", "@types/webpack-dev-middleware": "5.0.2", "@types/webpack-hot-middleware": "2.25.6", "@typescript-eslint/eslint-plugin": "5.40.1", "@typescript-eslint/parser": "5.40.1", "babel-eslint": "10.1.0", "babel-loader": "8.2.5", "bootstrap": "5.2.2", "codecov": "3.8.3", "copy-webpack-plugin": "11.0.0", "css-loader": "6.7.1", "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", "eslint-config-standard": "16.0.3", "eslint-config-standard-react": "11.0.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsdoc": "38.1.6", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-promise": "5.2.0", "eslint-plugin-react": "7.31.10", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-standard": "5.0.0", "express": "4.18.2", "file-loader": "6.2.0", "husky": "7.0.4", "jest": "29.2.1", "jest-cli": "29.2.1", "jest-environment-jsdom": "29.2.1", "lint-staged": "13.0.3", "prettier": "2.7.1", "prettier-eslint": "15.0.1", "pretty": "2.0.0", "react": "18.2.0", "react-dom": "18.2.0", "react-redux": "8.0.4", "react-refresh": "0.14.0", "redux": "4.2.0", "redux-mock-store": "1.5.4", "sass": "1.55.0", "sass-loader": "13.1.0", "style-loader": "3.3.1", "ts-node": "10.9.1", "tsdx": "0.14.1", "typescript": "4.8.4", "url-loader": "4.1.1", "webpack": "5.74.0", "webpack-cli": "4.10.0", "webpack-dev-middleware": "5.3.3", "webpack-hot-middleware": "2.25.2" }, "dependencies": { "react-transition-group": "4.4.5" }, "lint-staged": { "src/**/*.(ts|tsx|js|jsx)": "npm run lint" } }