@legendarymediatv/bootstrap
Version:
additional Bootstrap-based React components for extending functionality to react-bootstrap and gatsby
49 lines (48 loc) • 1.34 kB
JSON
{
"name": "@legendarymediatv/bootstrap",
"version": "4.1.0",
"description": "additional Bootstrap-based React components for extending functionality to react-bootstrap and gatsby",
"keywords": [
"Bootstrap",
"React",
"react-bootstrap",
"gatsby",
"FontAwesome",
"ARIA",
"ADA",
"accessibility",
"extension",
"additional components"
],
"module": "app",
"scripts": {
"react": "gatsby clean && gatsby develop",
"react-build": "gatsby clean && gatsby build",
"build": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./build.ps1"
},
"author": {
"name": "LegendaryMediaTV",
"email": "webmaster@legendarymediatv.com",
"url": "https://www.legendarymediatv.com/"
},
"homepage": "https://github.com/LegendaryMediaTV/LMTV-Bootstrap#readme",
"repository": "github:LegendaryMediaTV/LMTV-Bootstrap",
"license": "MIT",
"peerDependencies": {
"gatsby": "3.x || 4.x || 5.x",
"react": "^17.x || 18.x",
"react-bootstrap": "2.x",
"react-dom": "^17.x || 18.x"
},
"devDependencies": {
"gatsby": "^5.3.2",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0"
},
"dependencies": {
"@n8tb1t/use-scroll-position": "^2.0.3",
"smoothscroll-polyfill": "^0.4.4"
}
}