{
  "name": "@cybergenios/react-grid-system",
  "version": "8.1.11",
  "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 --ignore-path .gitignore --fix *.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.20.7",
    "@babel/core": "7.20.12",
    "@babel/eslint-parser": "7.19.1",
    "@babel/preset-env": "7.20.2",
    "@babel/preset-react": "7.18.6",
    "babel-eslint": "10.1.0",
    "babel-loader": "9.1.2",
    "eslint": "8.32.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-jsx-a11y": "6.7.1",
    "eslint-plugin-react": "7.32.1",
    "eslint-plugin-react-hooks": "4.6.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-styleguidist": "13.0.0",
    "rimraf": "4.1.2",
    "webpack": "5.75.0"
  }
}
