{ "name": "gridjs", "version": "3.4.0", "description": "Advanced table plugin", "keywords": [ "grid", "table", "gridjs", "list", "filter", "search", "sort", "pagination", "react", "angular", "jquery" ], "homepage": "https://gridjs.io", "repository": "https://github.com/grid-js/gridjs", "main": "dist/gridjs.production.min.js", "module": "dist/gridjs.production.es.min.js", "types": "dist/index.d.ts", "files": [ "dist/*" ], "devDependencies": { "@rollup/plugin-node-resolve": "^11.0.0", "@types/enzyme": "^3.10.5", "@types/jest": "^26.0.0", "@types/jest-axe": "^3.2.2", "@types/node": "^14.0.9", "@typescript-eslint/eslint-plugin": "~2.19.2", "@typescript-eslint/parser": "~2.34.0", "autoprefixer": "^9.8.0", "axe-core": "^4.0.0", "enzyme": "^3.11.0", "enzyme-adapter-preact-pure": "^3.0.0", "eslint": "~6.8.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-jest": "~24.2.1", "identity-obj-proxy": "^3.0.0", "jest": "~25.5.4", "jest-axe": "^4.0.0", "jest-extended": "^0.11.5", "jsdom": "^16.2.2", "jsdom-global": "^3.0.2", "lerna": "^3.22.1", "lerna-changelog": "^1.0.1", "node-sass": "^5.0.0", "node-sass-chokidar": "^1.5.0", "prettier": "~2.2.1", "rimraf": "~3.0.2", "rollup": "^2.11.2", "rollup-plugin-postcss": "^3.1.1", "rollup-plugin-sizes": "^1.0.3", "rollup-plugin-terser": "^7.0.0", "rollup-plugin-typescript2": "^0.30.0", "source-map-loader": "^0.2.4", "ts-jest": "^25.5.1", "ts-loader": "^8.0.0", "tsutils": "~3.21.0", "typescript": "^3.9.3" }, "scripts": { "clean": "rimraf coverage dist tmp", "build": "rollup -c", "build:watch": "rollup -c --watch", "lint": "eslint . --ext .ts,.tsx", "test": "jest --coverage", "test:watch": "jest --watch" }, "author": "Afshin Mehrabani ", "license": "MIT", "dependencies": { "preact": "^10.5.12", "tslib": "^2.0.1" }, "changelog": { "labels": { "new feature": ":rocket: New Feature", "breaking": ":boom: Breaking Change", "bug fix": ":bug: Bug Fix", "polish": ":nail_care: Polish", "documentation": ":memo: Documentation", "internal": ":house: Internal", "performance": ":running_woman: Performance" }, "cacheDir": ".changelog" } }