ag-charts-react
Version:
AG Charts React Component
105 lines (104 loc) • 2.58 kB
JSON
{
"name": "ag-charts-react",
"version": "12.1.1",
"description": "AG Charts React Component",
"main": "./dist/package/index.cjs.js",
"module": "./dist/package/index.esm.mjs",
"type": "module",
"types": "./dist/types/src/index.d.ts",
"exports": {
"import": "./dist/package/index.esm.mjs",
"require": "./dist/package/index.cjs.js",
"types": "./dist/types/src/index.d.ts",
"default": "./dist/package/index.cjs.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-charts.git"
},
"keywords": [
"react",
"charts",
"graphs",
"chart",
"graph",
"data",
"react charts",
"react graphs",
"data visualization",
"react-component"
],
"author": "AG Grid <info@ag-grid.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ag-grid/ag-charts/issues"
},
"homepage": "https://www.ag-grid.com/charts/",
"dependencies": {
"ag-charts-community": "12.1.1"
},
"devDependencies": {
"ag-charts-community": "12.1.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tslib": "^1.10.0",
"typescript": "^5.4.5",
"rimraf": "3.0.2"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"jest": {
"roots": [
"<rootDir>/src"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.d.ts"
],
"setupFiles": [
"react-app-polyfill/jsdom",
"<rootDir>/jest/setupTests.ts"
],
"setupFilesAfterEnv": [],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
],
"testEnvironment": "jest-environment-jsdom-fourteen",
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
],
"modulePaths": [],
"moduleNameMapper": {
"^react-native$": "react-native-web",
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
},
"moduleFileExtensions": [
"web.js",
"js",
"web.ts",
"ts",
"web.tsx",
"tsx",
"json",
"web.jsx",
"jsx",
"node"
],
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
},
"publishConfig": {
"access": "public"
}
}