@mdbootstrap/react-card-deck
Version:
Responsive Card Deck built with Bootstrap 5, React 17 and Material Design 2.0. Bootstrap card-deck with multiple rows and standard breakpoints.
52 lines (51 loc) • 1.25 kB
JSON
{
"name": "@mdbootstrap/react-card-deck",
"version": "1.0.2",
"description": "Responsive Card Deck built with Bootstrap 5, React 17 and Material Design 2.0. Bootstrap card-deck with multiple rows and standard breakpoints.",
"private": false,
"homepage": "https://mdbootstrap.com/docs/react/extended/card-deck/",
"repository": {
"type": "git",
"url": "git+https://github.com/mdbootstrap/react-card-deck.git"
},
"dependencies": {
"mdb-react-ui-kit": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"keywords": [
"template",
"react",
"bootstrap",
"bootstrap5",
"bootstrap-template",
"bootstrap-theme",
"css",
"html",
"jsx",
"js"
],
"author": "MDBootstrap",
"license": "MIT",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}