{
  "name": "react-reflex-grid",
  "version": "2.10.1",
  "description": "React implementation for Reflex-Grid library.",
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --color --progress",
    "watch": "npm run build -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:idenisovs/react-reflex-grid.git"
  },
  "keywords": [
    "React",
    "Reflex",
    "Grid",
    "CSS"
  ],
  "author": "I. Denisovs",
  "license": "MIT",
  "dependencies": {
    "classnames": "^2.2.6",
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "reflex-grid": "^2.0.4"
  },
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.46",
    "babel-loader": "^8.1.0",
    "css-loader": "^4.2.1",
    "install": "^0.13.0",
    "style-loader": "^1.2.1",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12"
  }
}
