dynamic-react-grid
Version:
Dynamic grid for react, responsive and inspired by the material-ui grid, however bringing greater simplicity, functionality and customization.
56 lines (55 loc) • 1.36 kB
JSON
{
"name": "dynamic-react-grid",
"version": "0.2.0",
"description": "Dynamic grid for react, responsive and inspired by the material-ui grid, however bringing greater simplicity, functionality and customization.",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"files": [
"dist"
],
"keywords": [
"responsive",
"grid",
"dynamic",
"react-grid",
"dynamic-react-grid",
"materia-ui",
"material-ui-grid",
"material-ui/grid",
"material-grid",
"breakpoints",
"typescript-grid",
"react",
"grade",
"hooks"
],
"author": "Rodrigo Santos",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rodrigo1999/dynamic-react-grid/issues"
},
"homepage": "https://github.com/Rodrigo1999/dynamic-react-grid#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Rodrigo1999/dynamic-react-grid.git"
},
"types": "./dist/index.d.ts",
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"typescript": "^4.3.2"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3"
}
}