{
  "name": "juijs-grid",
  "version": "2.6.1",
  "sideEffects": false,
  "description": "JUI grid can handle millions of data, and can display the data in a hierarchical structure.",
  "scripts": {
    "start": "npm run dev",
    "dev": "webpack-dev-server --env=dev",
    "dist": "webpack --env=prod",
    "dist:classic": "webpack --env=prod",
    "dist:dark": "webpack --env=prod"
  },
  "main": "src/main.js",
  "files": [
    "dist",
    "examples",
    "images",
    "src",
    "test",
    "package.json",
    "README.md",
    "webpack.config.js",
    "webpack.dev.js",
    "webpack.prod.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/juijs/jui-grid.git"
  },
  "keywords": [
    "HTML5",
    "CSS",
    "JS",
    "JavaScript",
    "SVG",
    "Grid",
    "Framework",
    "bootstrap",
    "Web Development",
    "free",
    "MIT"
  ],
  "author": "seogi1004",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/juijs/jui-grid/issues"
  },
  "categories": [
    "Frameworks",
    "UI"
  ],
  "maintainers": [
    {
      "name": "Alvin",
      "email": "alvin@jennifersoft.com"
    }
  ],
  "contributors": [
    {
      "name": "Jayden",
      "email": "jayden@jennifersoft.com"
    },
    {
      "name": "Yoha",
      "email": "yoha@jennifersoft.com"
    }
  ],
  "dependencies": {
    "jquery": "^3.4.1",
    "juijs": "^2.3.0",
    "juijs-chart": "^2.6.9",
    "juijs-ui": "^2.3.3",
    "lodash.throttle": "^4.1.1"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.7.0",
    "css-loader": "^1.0.0",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "file-loader": "^1.1.11",
    "html-webpack-plugin": "^3.2.0",
    "less": "^3.9.0",
    "less-loader": "^4.1.0",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "style-loader": "^0.21.0",
    "uglifyjs-webpack-plugin": "^1.2.7",
    "url-loader": "^1.0.1",
    "webpack": "^4.30.0",
    "webpack-bundle-analyzer": "^3.3.2",
    "webpack-cli": "^3.3.2",
    "webpack-dev-server": "^3.3.1"
  }
}
