Aggrid custom
This commit is contained in:
86
node_modules/ag-charts-community/package.json
generated
vendored
Executable file
86
node_modules/ag-charts-community/package.json
generated
vendored
Executable file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"name": "ag-charts-community",
|
||||
"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"
|
||||
},
|
||||
"./scene": {
|
||||
"types": "./dist/types/src/integrated-charts-scene.d.ts",
|
||||
"require": "./dist/package/integrated-charts-scene.cjs.js",
|
||||
"import": "./dist/package/integrated-charts-scene.esm.mjs",
|
||||
"default": "./dist/package/integrated-charts-scene.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"
|
||||
],
|
||||
"author": "AG Grid <info@ag-grid.com>",
|
||||
"license": "MIT",
|
||||
"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/",
|
||||
"dependencies": {
|
||||
"ag-charts-core": "13.1.0",
|
||||
"ag-charts-types": "13.1.0",
|
||||
"ag-charts-locale": "13.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "29.7.0",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/jest-image-snapshot": "^5.1.0",
|
||||
"@types/node": "^16.0.0",
|
||||
"@types/pixelmatch": "^5.2.4",
|
||||
"@types/pngjs": "^6.0.1",
|
||||
"ag-charts-test": "13.1.0",
|
||||
"skia-canvas": "^2.0.2",
|
||||
"path2d": "^0.3.1",
|
||||
"timezone-mock": "^1.3.6"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user