UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

117 lines (116 loc) 3.22 kB
{ "name": "@adobe/react-spectrum-charts", "version": "1.25.0", "description": "Declarative library for composing Spectrum visualizations in React.", "browser": "./dist/index.js", "module": "./dist/index.js", "main": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/@types/index.d.ts", "default": "./dist/index.js" }, "./alpha": { "import": "./dist/alpha.js", "require": "./dist/alpha.js", "types": "./dist/@types/alpha/index.d.ts", "default": "./dist/alpha.js" }, "./beta": { "import": "./dist/beta.js", "require": "./dist/beta.js", "types": "./dist/@types/beta/index.d.ts", "default": "./dist/beta.js" }, "./rc": { "import": "./dist/rc.js", "require": "./dist/rc.js", "types": "./dist/@types/rc/index.d.ts", "default": "./dist/rc.js" } }, "typesVersions": { "*": { "*": [ "./dist/@types/index.d.ts" ], "alpha": [ "./dist/@types/alpha/index.d.ts" ], "beta": [ "./dist/@types/beta/index.d.ts" ], "rc": [ "./dist/@types/rc/index.d.ts" ] } }, "files": [ "/dist" ], "repository": { "type": "git", "url": "https://github.com/adobe/react-spectrum-charts.git" }, "publishConfig": { "access": "public" }, "author": "marshall.w.peterson@gmail.com", "license": "Apache-2.0", "scripts": { "prebuild": "echo 'This will run before build'", "build": "webpack --config webpack.config.js", "clean": "rm -rf dist", "g": "plop component", "generate": "plop component", "pack-test": "yarn clean && yarn build && cross-env NODE_ENV=development npm pack", "pack": "cross-env NODE_ENV=production npm pack", "sonar": "node ./scripts/runSonarOnBranch.js", "sonar-fork-pr": "node ./scripts/runSonarOnFork.js", "test": "cross-env TZ=UTC BABEL_ENV=test jest --config ../../jest.config.js", "watch": "cross-env TZ=UTC BABEL_ENV=test jest --config ../../jest.config.js --watch", "skulk": "yarn watch --silent", "publish-package": "npm publish --access public" }, "dependencies": { "@spectrum-charts/constants": "1.25.0", "@spectrum-charts/locales": "1.25.0", "@spectrum-charts/themes": "1.25.0", "@spectrum-charts/utils": "1.25.0", "@spectrum-charts/vega-spec-builder": "1.25.0", "d3-format": "^3.1.0", "deepmerge": ">= 4.0.0", "immer": ">= 9.0.0", "uuid": ">= 9.0.0", "vega-embed": ">= 6.27.0", "vega-tooltip": ">= 0.35.2" }, "peerDependencies": { "@adobe/react-spectrum": ">=3.23.0", "react": ">= 17.0.2", "react-dom": ">= 17.0.2", "vega": ">= 5.32.0", "vega-lite": ">= 5.0.0" }, "resolutions": { "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "jackspeak": "2.1.1" }, "bugs": { "url": "https://github.com/adobe/react-spectrum-charts/issues" }, "homepage": "https://github.com/adobe/react-spectrum-charts#readme", "keywords": [ "Adobe", "AdobeAnalytics", "Analytics", "Data", "Viz", "React", "Spectrum", "Charts" ] }