varminer-app-header
Version:
A plug-and-play React header component with Material-UI, drawer toggle, notifications, and user profile menu
82 lines (81 loc) • 2.29 kB
JSON
{
"name": "varminer-app-header",
"version": "1.0.9",
"type": "module",
"description": "A plug-and-play React header component with Material-UI, drawer toggle, notifications, and user profile menu",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./dist/index.css": "./dist/index.css"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build",
"prepack": "npm run build",
"prepublish": "npm run build",
"publish:public": "npm publish --access public",
"publish:dry-run": "npm publish --dry-run",
"pack": "npm pack",
"test:link": "npm run build && npm link",
"test:pack": "npm run build && npm pack"
},
"keywords": [
"react",
"header",
"material-ui",
"mui",
"appbar",
"toolbar",
"navigation",
"component",
"typescript",
"responsive",
"drawer",
"notifications"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-org/app-header.git"
},
"bugs": {
"url": "https://github.com/your-org/app-header/issues"
},
"homepage": "https://github.com/your-org/app-header#readme",
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/icons-material": "^5.0.0 || ^6.0.0 || ^7.0.0",
"@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-router-dom": "^6.0.0 || ^7.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"rollup": "^4.9.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.69.0",
"tslib": "^2.6.2",
"typescript": "^5.3.0"
}
}