{
  "name": "absol-vchart",
  "version": "0.9.21",
  "description": "svg chart, by absol.js",
  "main": "scr/index.js",
  "directories": {
    "doc": "doc"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "webpack-dev-server --config webpack.config.js",
    "dist": "webpack --config webpack.config.js --progress --profile --colors --mode production"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/duthienkt/vchart.git"
  },
  "keywords": [
    "absol.js",
    "chart",
    "svg"
  ],
  "author": "Pham Quoc Du Thien",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/duthienkt/vchart/issues"
  },
  "homepage": "https://github.com/duthienkt/vchart#readme",
  "dependencies": {
    "absol": "^1.15.0",
    "absol-acomp": "^0.9.35",
    "absol-svg": "0.0.2"
  },
  "devDependencies": {
    "@babel/core": "7.2.2",
    "@babel/plugin-syntax-jsx": "^7.10.4",
    "@babel/preset-env": "7.3.1",
    "@babel/preset-react": "^7.10.4",
    "@babel/register": "7.0.0",
    "babel-loader": "^8.1.0",
    "babel-minify-webpack-plugin": "^0.3.1",
    "css-loader": "^2.1.1",
    "raw-loader": "^2.0.0",
    "style-loader": "^0.23.1",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0"
  }
}
