@ag-grid-community/theming
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
72 lines (71 loc) • 1.8 kB
JSON
{
"name": "@ag-grid-community/theming",
"version": "32.3.8",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"scripts": {
"dev": "vite",
"codegen:prod": "tsx scripts/build-css.ts",
"codegen:debug": "tsx scripts/build-css.ts --dev"
},
"dependencies": {
"@ag-grid-community/core": "32.3.8",
"tslib": "^2.6.3"
},
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
"module": "./dist/package/main.esm.mjs",
"exports": {
"import": "./dist/package/main.esm.mjs",
"require": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
"default": "./dist/package/main.cjs.js"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/postcss-import": "^14.0.3",
"@types/postcss-url": "^10.0.4",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"glob": "^11.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
"postcss-import": "^16.1.0",
"postcss-rtlcss": "^5.3.1",
"postcss-url": "^10.1.3",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-grid.git"
},
"keywords": [
"web-components",
"grid",
"data",
"table",
"angular",
"angular-component",
"react",
"react-component",
"reactjs",
"vue",
"vuejs"
],
"author": "Sean Landsman <sean@thelandsmans.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ag-grid/ag-grid/issues"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie >= 0",
"not ie_mob >= 0",
"not blackberry > 0"
],
"homepage": "https://www.ag-grid.com/",
"publishConfig": {
"access": "public"
}
}