{
  "name": "x-canvas-table",
  "version": "0.0.7",
  "description": "a table component got the highest performance that works on canvas.",
  "keywords": [
    "canvas table",
    "canvas",
    "table",
    "grid"
  ],
  "scripts": {
    "dev": "webpack-dev-server --config ./webpack/webpack.dev.js --open --content-base",
    "build:dist": "gulp",
    "build:umd": "webpack --config ./webpack/webpack.prod.js",
    "build": "gulp && webpack --config ./webpack/webpack.prod.js"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "umd"
  ],
  "repository": "https://github.com/xwinstone/canvastable.git",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "xwinstone",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "7.12.3",
    "@babel/plugin-proposal-class-properties": "7.12.1",
    "@babel/plugin-proposal-optional-chaining": "7.12.1",
    "@babel/plugin-transform-runtime": "7.12.1",
    "@babel/preset-env": "7.11.5",
    "@babel/preset-react": "7.10.4",
    "@babel/preset-typescript": "^7.12.1",
    "babel-loader": "8.1.0",
    "clean-webpack-plugin": "3.0.0",
    "css-loader": "4.3.0",
    "css-modules-typescript-loader": "4.0.1",
    "del": "^4.1.1",
    "file-loader": "^6.1.0",
    "gulp": "4.0.2",
    "gulp-babel": "8.0.0",
    "gulp-base64": "0.1.3",
    "gulp-clean": "0.4.0",
    "gulp-sass": "4.1.0",
    "gulp-typescript": "6.0.0-alpha.1",
    "html-webpack-plugin": "4.5.0",
    "merge2": "^1.4.1",
    "node-sass": "4.12.0",
    "sass-loader": "10.0.2",
    "source-map-loader": "1.1.0",
    "style-ext-html-webpack-plugin": "4.1.2",
    "style-loader": "1.2.1",
    "through2": "4.0.2",
    "typescript": "4.0.3",
    "webpack": "4.44.2",
    "webpack-cli": "3.3.12",
    "webpack-dev-server": "3.11.0",
    "webpack-merge": "5.1.4"
  }
}
