{ "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", "version": "59.1.0", "author": "Elastic DataVis", "license": "SEE LICENSE IN LICENSE.txt", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "repository": "git@github.com:elastic/elastic-charts.git", "publishConfig": { "access": "public" }, "files": [ "dist/**/*" ], "scripts": { "autoprefix:css": "echo 'Autoprefixing...' && yarn postcss dist/*.css --no-map --use autoprefixer -d dist", "api:check": "yarn build:ts && yarn api:extract", "api:check:local": "yarn api:check --local", "api:extract": "yarn api-extractor run -c ./api-extractor.jsonc --verbose", "build": "yarn build:ts && yarn build:css", "build:ts": "yarn build:clean && yarn build:compile && yarn build:check", "build:css": "yarn build:sass && yarn autoprefix:css && yarn concat:sass", "build:clean": "echo 'Cleaning dist...' && rm -rf ./dist", "build:compile": "echo 'Compiling...' && tsc -p ./tsconfig.src.json && tsc -p ./tsconfig.nocomments.json", "build:sass": "echo 'Building sass...' && sass src:dist --style compressed --quiet --color", "build:check": "echo 'Type checking dist...' && tsc -p ./tsconfig.check.json", "build:watch": "echo 'Watching build...' && yarn build:clean && yarn build:css && tsc -p ./tsconfig.src.json -w", "concat:sass": "echo 'Concat SASS...' && node scripts/concat_sass.js", "semantic-release": "semantic-release", "typecheck": "tsc -p ./tsconfig.src.json --noEmit && tsc -p ./tsconfig.nocomments.json --noEmit" }, "dependencies": { "@popperjs/core": "^2.4.0", "bezier-easing": "^2.1.0", "chroma-js": "^2.1.0", "classnames": "^2.2.6", "d3-array": "^1.2.4", "d3-cloud": "^1.2.5", "d3-collection": "^1.0.7", "d3-interpolate": "^3.0.1", "d3-scale": "^3.3.0", "d3-shape": "^2.0.0", "prop-types": "^15.7.2", "re-reselect": "^3.4.0", "react-redux": "^7.1.0", "redux": "^4.0.4", "reselect": "^4.0.0", "resize-observer-polyfill": "^1.5.1", "ts-debounce": "^4.0.0", "utility-types": "^3.10.0", "uuid": "^9", "luxon": "^1.25.0" }, "peerDependencies": { "moment": "^2.29.1", "moment-timezone": "^0.5.32", "react": "^16.12 || ^17.0 || ^18.0", "react-dom": "^16.12 || ^17.0 || ^18.0" }, "browserslist": [ "last 2 versions", "ie 11" ] }