react-simple-offcanvas
Version:
A stand-alone react component for adding accessible easy-to-use bootstrap Tabs to your project.
97 lines (96 loc) • 2.65 kB
JSON
{
"version": "1.0.9",
"name": "react-simple-offcanvas",
"description": "A stand-alone react component for adding accessible easy-to-use bootstrap Tabs to your project.",
"author": "awran5 <awran5@yahoo.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/awran5/react-simple-offcanvas.git"
},
"bugs": "https://github.com/awran5/react-simple-offcanvas/issues",
"homepage": "https://github.com/awran5/react-simple-offcanvas#readme",
"main": "dist/index.js",
"source": "src/index.tsx",
"engines": {
"node": ">=12"
},
"scripts": {
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"clean": "rm -rf dist",
"commit": "git cz",
"prestart": "rollup -c --exports auto",
"predeploy": "cd example && yarn && yarn run build",
"start": "concurrently \"rollup -cw --exports auto\" \"cd example && yarn start\"",
"build": "yarn clean && rollup -c --exports auto",
"release": "semantic-release -b main"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@types/node": "^16.4.2",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"concurrently": "^6.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.31.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"rollup": "^2.53.3",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"semantic-release": "^17.4.4",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
},
"files": [
"dist"
],
"release": {
"branches": [
"main"
]
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"offcanvas",
"bootstrap offcanvas",
"sidebars",
"react component",
"react typescript"
],
"tags": [
"react",
"offcanvas",
"bootstrap-offcanvas",
"sidebars",
"react-component",
"react-typescript"
],
"dependencies": {},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}