Aggrid custom

This commit is contained in:
2026-03-17 08:44:54 +01:00
commit 739374d83f
3234 changed files with 1533165 additions and 0 deletions

91
node_modules/ag-charts-enterprise/package.json generated vendored Executable file
View File

@@ -0,0 +1,91 @@
{
"name": "ag-charts-enterprise",
"version": "13.1.0",
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
"module": "./dist/package/main.esm.mjs",
"exports": {
".": {
"types": "./dist/types/src/main.d.ts",
"require": "./dist/package/main.cjs.js",
"import": "./dist/package/main.esm.mjs",
"default": "./dist/package/main.cjs.js"
}
},
"sideEffects": [
"*.css",
"*.html"
],
"scripts": {
"lint:prune": "npx ts-prune -p tsconfig.lib.json"
},
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-charts.git"
},
"keywords": [
"chart",
"charts",
"graph",
"graphs",
"data",
"react",
"react-component",
"react-charts",
"react-graphs",
"angular",
"angular-component",
"angular-charts",
"angular-graphs",
"reactjs",
"vue",
"vuejs",
"enterprise-charts"
],
"author": "AG Grid <info@ag-grid.com>",
"license": "Commercial",
"bugs": {
"url": "https://github.com/ag-grid/ag-charts/issues"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie >= 0",
"not ie_mob >= 0",
"not blackberry > 0",
"not op_mini all",
"not operamobile >= 0"
],
"homepage": "https://www.ag-grid.com/charts/",
"devDependencies": {
"@babel/types": "7.28.4",
"@jest/globals": "29.7.0",
"@types/jest": "^27.4.1",
"@types/jest-image-snapshot": "^5.1.0",
"@types/pixelmatch": "^5.2.4",
"@types/pngjs": "^6.0.1",
"ag-charts-test": "13.1.0",
"skia-canvas": "^2.0.2",
"del": "^6.0.0",
"glob": "8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-image-snapshot": "^6.0.0",
"jest-runner": "^29.5.0",
"jest-serial-runner": "^1.2.1",
"jest-text-transformer": "^1.0.4",
"path2d": "^0.3.1",
"pixelmatch": "^5.2.1",
"rimraf": "3.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.4.5"
},
"dependencies": {
"ag-charts-community": "13.1.0",
"ag-charts-core": "13.1.0"
},
"publishConfig": {
"access": "public"
}
}