{
  "name": "function-plot",
  "version": "1.25.4",
  "description": "A simple 2d function plotter powered by d3",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mauriciopoppe/function-plot"
  },
  "bugs": "https://github.com/mauriciopoppe/function-plot/issues",
  "homepage": "http://mauriciopoppe.github.io/function-plot/",
  "author": "Mauricio Poppe (https://mauriciopoppe.com)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "predeploy": "npm run build",
    "deploy": "gh-pages -d site",
    "html": "node site.js",
    "preversion": "npm run build",
    "build": "npx rimraf dist && npm run html && npm run docs && npm run build:types && npm run build:webpack && npm run build:site",
    "build:webpack": "NODE_ENV=production webpack",
    "build:types": "tsc",
    "build:site": "cp dist/function-plot.js site/js/function-plot.js",
    "start": "webpack-dev-server",
    "docs": "typedoc --excludeExternals --externalPattern \"**/node_modules/**\" --out site/docs src/index.ts",
    "test": "jest",
    "test:types": "check-dts test/** src/**"
  },
  "files": [
    "/dist"
  ],
  "keywords": [
    "function-plot",
    "function",
    "plotter",
    "visualization",
    "derivative",
    "2d"
  ],
  "standard": {
    "ignore": [
      "sandbox/",
      "site/",
      "dist/"
    ]
  },
  "dependencies": {
    "built-in-math-eval": "^0.3.2",
    "d3-axis": "^3.0.0",
    "d3-color": "^3.1.0",
    "d3-format": "^3.1.0",
    "d3-interpolate": "^3.0.1",
    "d3-scale": "^4.0.2",
    "d3-selection": "^3.0.0",
    "d3-shape": "^3.1.0",
    "d3-zoom": "^3.0.0",
    "events": "^3.3.0",
    "interval-arithmetic-eval": "^0.5.3"
  },
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@babel/plugin-transform-modules-commonjs": "^7.18.6",
    "@babel/preset-env": "^7.22.4",
    "@babel/preset-react": "^7.22.3",
    "@babel/preset-typescript": "^7.21.5",
    "@types/d3": "^7.4.0",
    "@types/events": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^9.1.2",
    "check-dts": "^0.7.2",
    "core-js": "^3.25.2",
    "dox": "^1.0.0",
    "eslint": "^8.23.1",
    "eslint-config-react-app": "^7.0.1",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.1",
    "eslint-plugin-react": "^7.31.8",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-standard": "^4.1.0",
    "gh-pages": "^4.0.0",
    "html-webpack-plugin": "^5.5.0",
    "jade": "^1.9.2",
    "jest": "^29.0.3",
    "jest-image-snapshot": "^6.4.0",
    "jest-puppeteer": "^9.0.2",
    "lodash": "^4.17.21",
    "markdown-it": "^13.0.1",
    "prism-react-renderer": "^1.3.5",
    "prismjs": "^1.29.0",
    "puppeteer": "^21.6.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "react-simple-code-editor": "^0.13.0",
    "standard": "^17.0.0",
    "standardx": "^7.0.0",
    "storybook": "^7.0.20",
    "ts-loader": "^9.3.1",
    "typedoc": "^0.23.15",
    "typescript": "^4.8.3",
    "webpack": "^5.86.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.11.0"
  },
  "standardx": {
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "@typescript-eslint/eslint-plugin"
    ]
  }
}
