{
  "name": "react-grid",
  "version": "4.0.4",
  "description": "react grid component",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist && NODE_ENV=production rollup -c",
    "test": "jest --coverage",
    "prepublishOnly": "npm test && npm run build"
  },
  "author": "Wang Zuo <wangzuo@swiftcarrot.com> (https://swiftcarrot.com)",
  "maintainers": [
    {
      "name": "adjusted",
      "email": "wangzuo@swiftcarrot.com"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.5.5",
    "@emotion/core": "^10.0.14"
  },
  "devDependencies": {
    "@rollup/plugin-babel": "^5.0.0",
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "babel-jest": "^24.8.0",
    "babel-preset-swiftcarrot": "^1.0.0",
    "jest": "^24.8.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-test-renderer": "^16.8.6",
    "rollup": "^1.17.0"
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swiftcarrot/react-grid.git"
  },
  "keywords": [
    "react",
    "react-component",
    "grid",
    "emotion"
  ],
  "bugs": {
    "url": "https://github.com/swiftcarrot/react-grid/issues"
  },
  "homepage": "https://swiftcarrot.dev/react-grid",
  "gitHead": "707417fb9c903fb216a73db1e66a989805927434"
}
