{
  "name": "react-antd-grid",
  "version": "1.0.2",
  "description": "The grid part of ant-design",
  "keywords": [
    "ant design",
    "ant design grid",
    "antd grid",
    "react grid",
    "react antd grid"
  ],
  "author": "Marcel Lefter (https://github.com/marcellefter/)",
  "license": "MIT",
  "homepage": "https://github.com/marcellefter/react-antd-grid#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcellefter/react-antd-grid.git"
  },
  "bugs": {
    "url": "https://github.com/marcellefter/react-antd-grid/issues"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs && yarn build:sass",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "build:sass": "sass --style=compressed ./src/styles/index.scss:dist/styles.css",
    "build:rollup": "rollup -c",
    "lint": "eslint \"{src/**/*,*}.{js,ts,jsx,tsx}\"",
    "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"",
    "test": "jest --config jestconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run prettier && npm run lint"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^14.1.0",
    "@rollup/plugin-typescript": "^8.5.0",
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^29.0.3",
    "@types/react": "^18.0.21",
    "@types/rollup-plugin-peer-deps-external": "^2.2.1",
    "@typescript-eslint/eslint-plugin": "^5.38.0",
    "@typescript-eslint/parser": "^5.38.0",
    "classnames": "^2.3.2",
    "eslint": "^8.24.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.8",
    "eslint-plugin-react-hooks": "^4.6.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.0.3",
    "jest-canvas-mock": "^2.4.0",
    "jest-environment-jsdom": "^29.0.3",
    "postcss": "^8.4.16",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.79.1",
    "rollup-plugin-dts": "^4.2.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "sass": "^1.55.0",
    "ts-jest": "^29.0.1",
    "typescript": "^4.8.3"
  },
  "peerDependencies": {
    "react": ">=16"
  }
}
