@p__radip/react-footer
Version:
This is a npm package for adding footer in your react-app
61 lines (60 loc) • 1.8 kB
JSON
{
"name": "@p__radip/react-footer",
"version": "1.0.18",
"description": "This is a npm package for adding footer in your react-app",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Pradipram/React-Footer.git"
},
"author": "Pradip Ram",
"license": "MIT",
"private": false,
"keywords": [
"react",
"footer",
"react-footer",
"footer-component",
"component",
"ui",
"typescript",
"scss",
"inline-styles"
],
"dependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"clean-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.6.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.2",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"scripts": {
"build": "webpack"
},
"devDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/material": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"css-loader": "^7.1.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/material": "^5.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
}
}