UNPKG

ag-grid-react

Version:
82 lines 1.99 kB
{ "name": "ag-grid-react", "version": "35.3.0", "description": "AG Grid React Component", "main": "./dist/package/index.cjs.js", "types": "./dist/types/src/index.d.ts", "module": "./dist/package/index.esm.mjs", "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-grid.git" }, "keywords": [ "react-component", "grid", "data", "table", "react" ], "author": "Niall Crosby <niall.crosby@ag-grid.com>", "license": "MIT", "bugs": { "url": "https://github.com/ag-grid/ag-grid/issues" }, "homepage": "https://www.ag-grid.com/react-grid/", "devDependencies": { "@babel/runtime": "^7.29.2", "prop-types": "^15.6.2", "ag-grid-community": "35.3.0", "@babel/plugin-proposal-throw-expressions": "^7.27.1", "@babel/preset-typescript": "^7.28.5", "@types/react": "~18.3.26", "@types/react-dom": "~18.3.7", "babel-preset-react-app": "^10.1.0", "react": "^16.9.0", "react-app-polyfill": "^3.0.0", "react-dom": "^16.9.0", "typescript": "~5.4.5" }, "dependencies": { "prop-types": "^15.8.1", "ag-grid-community": "35.3.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "eslintConfig": { "extends": [ "react-app" ] }, "browserslist": { "production": [ "> 1%", "last 2 versions", "not ie >= 0", "not ie_mob >= 0", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "babel": { "presets": [ "react-app" ] }, "publishConfig": { "access": "public" }, "type": "commonjs" }