react-bootstrap-button
Version:
This is a quick save for anyone looking to add a loading button for Bootstrap in React.
75 lines (74 loc) • 2.2 kB
JSON
{
"name": "react-bootstrap-button",
"version": "1.0.3",
"description": "This is a quick save for anyone looking to add a loading button for Bootstrap in React.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest",
"test-watch": "jest --watch",
"build": "rimraf dist && rollup -c",
"docs": "start-storybook -p 6006",
"build-docs": "build-storybook -o docs"
},
"keywords": [
"bootstrap",
"react-bootstrap",
"react",
"button",
"frontend",
"react-state",
"react-button"
],
"author": "Chew Han Xiang <hello@chewhx.com>",
"license": "MIT",
"repository": {
"url": "https://github.com/chewhx/react-bootstrap-button"
},
"homepage": "https://github.com/chewhx/react-bootstrap-button#readme",
"peerDependencies": {
"bootstrap": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-docs": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.41",
"@types/sinon": "^10.0.11",
"@types/styled-components": "^5.1.24",
"@types/testing-library__jest-dom": "^5.14.3",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"babel-loader": "^8.2.3",
"eslint": "^8.11.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-storybook": "^0.5.7",
"jest": "^27.5.1",
"prettier": "^2.6.0",
"react": "^17.0.2",
"react-bootstrap": "^2.2.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^13.0.1",
"styled-components": "^5.3.3",
"ts-jest": "^27.1.4",
"typescript": "^4.6.2"
}
}