UNPKG

2.41 kBJSONView Raw
1{
2 "name": "gridjs",
3 "version": "1.10.0",
4 "description": "Advanced table plugin",
5 "keywords": [
6 "grid",
7 "table",
8 "gridjs",
9 "list",
10 "filter",
11 "search",
12 "sort",
13 "pagination",
14 "react",
15 "angular"
16 ],
17 "homepage": "https://gridjs.io",
18 "repository": "https://github.com/grid-js/gridjs",
19 "main": "dist/gridjs.production.min.js",
20 "module": "dist/gridjs.production.es.min.js",
21 "types": "dist/index.d.ts",
22 "files": [
23 "dist/*"
24 ],
25 "devDependencies": {
26 "@rollup/plugin-node-resolve": "^8.0.0",
27 "@types/enzyme": "^3.10.5",
28 "@types/jest": "^26.0.0",
29 "@types/jest-axe": "^3.2.2",
30 "@types/node": "^14.0.9",
31 "@typescript-eslint/eslint-plugin": "~2.19.2",
32 "@typescript-eslint/parser": "~2.34.0",
33 "autoprefixer": "^9.8.0",
34 "axe-core": "^3.5.4",
35 "enzyme": "^3.11.0",
36 "enzyme-adapter-preact-pure": "^2.2.0",
37 "eslint": "~6.8.0",
38 "eslint-config-prettier": "^6.11.0",
39 "eslint-plugin-jest": "~23.17.0",
40 "identity-obj-proxy": "^3.0.0",
41 "jest": "~25.5.4",
42 "jest-axe": "^3.4.0",
43 "jsdom": "^16.2.2",
44 "jsdom-global": "^3.0.2",
45 "lerna-changelog": "^1.0.1",
46 "node-sass": "^4.14.1",
47 "node-sass-chokidar": "^1.4.0",
48 "prettier": "~2.0.5",
49 "rimraf": "~3.0.2",
50 "rollup": "^2.11.2",
51 "rollup-plugin-postcss": "^3.1.1",
52 "rollup-plugin-sizes": "^1.0.2",
53 "rollup-plugin-terser": "^6.1.0",
54 "rollup-plugin-typescript2": "^0.27.1",
55 "source-map-loader": "^0.2.4",
56 "ts-jest": "^25.5.1",
57 "ts-loader": "^7.0.5",
58 "tsutils": "~3.17.0",
59 "typescript": "^3.9.3"
60 },
61 "scripts": {
62 "clean": "rimraf coverage dist tmp",
63 "build": "rollup -c",
64 "build:watch": "rollup -c --watch",
65 "lint": "eslint . --ext .ts,.tsx",
66 "test": "jest --coverage",
67 "test:watch": "jest --watch",
68 "changelog": "lerna-changelog"
69 },
70 "author": "Afshin Mehrabani <afshin.meh@gmail.com>",
71 "license": "MIT",
72 "dependencies": {
73 "preact": "^10.4.4",
74 "tslib": "~2.0.0"
75 },
76 "changelog": {
77 "labels": {
78 "new feature": ":rocket: New Feature",
79 "breaking change": ":boom: Breaking Change",
80 "bug fix": ":bug: Bug Fix",
81 "polish": ":nail_care: Polish",
82 "documentation": ":memo: Documentation",
83 "internal": ":house: Internal",
84 "performance": ":running_woman: Performance"
85 },
86 "cacheDir": ".changelog"
87 }
88}