admin/package.json
Łukasz Holeczek 1d5a143fd3 - HeaderDropdown component example extracted out of Header
- Fix height and position problems with .fixed-footer
- Fix mobile sidebar height
- Fix mobile breadcrumb position with .fixed-breadcrumb
- Add new navbar toggler icon
- Update old bootstrap classes ex. `hidden-sm-down`
- Add gulp-autoprefixer
2017-10-16 16:04:35 +02:00

34 lines
712 B
JSON

{
"name": "@coreui/react",
"version": "1.0.2",
"description": "Open Source React Admin Template",
"main": "",
"homepage": "http://coreui.io/react/",
"github": "https://github.com/mrholek/CoreUI-React#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrholek/CoreUI-React.git"
},
"keywords": [
"Bootstrap",
"Admin",
"Template",
"Open Source",
"CSS",
"HTML",
"RWD",
"Dashboard",
"React",
"React.js",
"Reactjs"
],
"author": "Łukasz Holeczek",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrholek/CoreUI-React/issues"
}
}