react-js-banner
Version:
React JS Banner component customizable with auto hide option
49 lines (48 loc) • 1.27 kB
JSON
{
"name": "react-js-banner",
"version": "0.7.2",
"description": "React JS Banner component customizable with auto hide option",
"main": "build/index.js",
"peerDependencies": {},
"dependencies": {
},
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "Jose Antonio Ciccio",
"email": "jciccio@gmail.com"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"eslint": "^6.8.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/jciccio/react-js-banner.git"
},
"keywords": [
"react js banner",
"js banner",
"banner",
"message notification",
"notification",
"toaster"
],
"license": "MIT",
"homepage": "https://github.com/jciccio/react-js-banner/blob/master/README.md"
}