@swat-sccs/react-simple-snackbar
Version:
A really simple React snackbar component
81 lines • 2.56 kB
JSON
{
"name": "@swat-sccs/react-simple-snackbar",
"version": "2.1.1",
"description": "A really simple React snackbar component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.es.js",
"type": "module",
"jsnext:main": "dist/index.es.js",
"files": [
"dist"
],
"scripts": {
"start": "rollup -c -w",
"build": "NODE_ENV=production rollup -c",
"build:dev": "rollup -c",
"predeploy": "npm run build && cd site && npm install && npm run build",
"deploy": "gh-pages -d site/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swat-sccs/react-simple-snackbar.git"
},
"keywords": [
"react-simple-snackbar",
"react",
"simple",
"snackbar",
"component",
"hooks",
"hoc",
"high-order-component",
"alert",
"notification",
"message",
"toast",
"javascript"
],
"author": "Evandro Macedo <evandro.hcm@gmail.com> (https://github.com/evandromacedo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/evandromacedo/react-simple-snackbar/issues"
},
"homepage": "https://evandromacedo.github.io/react-simple-snackbar",
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/eslint-parser": "^7.26.8",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.21.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.4",
"gh-pages": "^6.3.0",
"identity-obj-proxy": "^3.0.0",
"minimist": ">=1.2.8",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.34.9",
"rollup-plugin-postcss": "^4.0.2",
"serialize-javascript": "^6.0.2"
},
"peerDependencies": {
"react": "19.x",
"react-dom": "19.x"
},
"dependencies": {
"@babel/runtime": "^7.26.9",
"react-transition-group": "^4.4.5"
}
}