react-grid-system
Version:
A powerful Bootstrap-like responsive grid system for React.
70 lines (69 loc) • 1.93 kB
JSON
{
"name": "react-grid-system",
"version": "8.2.1",
"description": "A powerful Bootstrap-like responsive grid system for React.",
"main": "./build/index.js",
"scripts": {
"start": "styleguidist server",
"build": "rimraf build && npx browserslist --update-db && babel src -d build",
"docs": "styleguidist build",
"lint": "eslint *.js src/**/*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build"
},
"types": "./index.d.ts",
"files": [
"build",
"src",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sealninja/react-grid-system.git"
},
"keywords": [
"react",
"bootstrap",
"grid",
"responsive"
],
"author": "Sealninja",
"license": "MIT",
"bugs": {
"url": "https://github.com/sealninja/react-grid-system/issues"
},
"homepage": "https://github.com/sealninja/react-grid-system/issues",
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead",
"peerDependencies": {
"react": "^16.8.0 || ^17.x || ^18.x"
},
"dependencies": {
"prop-types": "15.8.1"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/preset-env": "7.25.2",
"@babel/preset-react": "7.24.7",
"babel-eslint": "10.1.0",
"babel-loader": "9.1.3",
"eslint": "9.10.0",
"@eslint/compat": "1.1.1",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.9.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "4.6.2",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-styleguidist": "13.1.3",
"rimraf": "6.0.1",
"webpack": "5.94.0"
}
}