{
  "name": "@e-inscricao/ei-tax-table",
  "version": "0.1.4",
  "author": "Raise Sistemas",
  "license": "UNLICENSED",
  "main": "dist/index.umd.js",
  "unpkg": "dist/index.umd.min.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "webpack serve",
    "build": "NODE_ENV=production webpack && cp dist/index.html dist/200.html && yarn build:min",
    "build:min": "cd dist && uglifyjs --compress --mangle --source-map --comments -o ei-tax-table.umd.min.js -- ei-tax-table.umd.js && gzip ei-tax-table.umd.min.js -c > ei-tax-table.umd.min.js.gz",
    "test": "echo \"Error: no test specified\" && exit 1",
    "publish": "npm publish --access=public"
  },
  "devDependencies": {
    "@babel/core": "7.14.2",
    "@babel/node": "7.14.2",
    "@babel/plugin-proposal-class-properties": "7.13.0",
    "@babel/preset-env": "7.14.2",
    "@babel/preset-react": "7.13.13",
    "@babel/preset-typescript": "7.13.0",
    "@types/react": "17.0.5",
    "@types/react-dom": "17.0.5",
    "babel-loader": "8.2.2",
    "file-loader": "6.2.0",
    "html-webpack-plugin": "5.3.1",
    "path": "0.12.7",
    "ts-loader": "9.1.2",
    "uglify-js": "3.13.6",
    "webpack": "5.37.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "3.11.2"
  },
  "dependencies": {
    "@atos6/prettier-config": "^0.0.2",
    "@labz/ds": "^0.0.85-alpha",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "typescript": "4.2.4"
  },
  "prettier": "@atos6/prettier-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raise-sistemas/ei-tax-table.git"
  },
  "bugs": {
    "url": "https://github.com/raise-sistemas/ei-tax-table/issues"
  },
  "homepage": "https://github.com/raise-sistemas/ei-tax-table"
}
