react-charts
Version:
Charts for React
72 lines (71 loc) • 2.32 kB
JSON
{
"name": "react-charts",
"version": "2.0.0-beta.7",
"description": "Charts for React",
"author": "tannerlinsley",
"license": "MIT",
"repository": "react-tools/react-charts",
"main": "index.js",
"module": "dist/react-charts.mjs",
"scripts": {
"test": "is-ci \"test:ci\" \"test:dev\"",
"test:dev": "jest --watch",
"test:ci": "jest",
"test:coverage": "yarn test:ci; open coverage/lcov-report/index.html",
"build-d3": "rollup -c src/d3/rollup.config.js",
"build": "yarn build-d3 && NODE_ENV=production rollup -c",
"now-build": "yarn && cd www && yarn && yarn build",
"start": "yarn build-d3 && rollup -c -w",
"prepare": "yarn build",
"prepublishOnly": "yarn test:ci",
"release": "yarn publish",
"releaseNext": "yarn publish --tag next",
"format": "prettier {src,src/**,example/src,example/src/**}/*.{md,js,jsx,tsx} --write",
"doctoc": "npx doctoc --maxlevel 2 README.md"
},
"files": [
"dist"
],
"peerDependencies": {
"react": "^16.6.3"
},
"dependencies": {
"@reach/observe-rect": "^1.1.0",
"d3-delaunay": "^5.2.1",
"d3-scale": "^3.2.1",
"d3-shape": "^1.3.7",
"d3-voronoi": "^1.1.2"
},
"devDependencies": {
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@rollup/plugin-node-resolve": "^7.1.1",
"@svgr/rollup": "^5.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"cross-env": "^7.0.2",
"eslint": "6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-react-app": "^5.2.1",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^2.2.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-size": "^0.2.2",
"rollup-plugin-terser": "^5.3.0"
}
}