UNPKG

2.43 kBJSONView Raw
1{
2 "name": "gridjs",
3 "version": "3.2.2",
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 "jquery"
17 ],
18 "homepage": "https://gridjs.io",
19 "repository": "https://github.com/grid-js/gridjs",
20 "main": "dist/gridjs.production.min.js",
21 "module": "dist/gridjs.production.es.min.js",
22 "types": "dist/index.d.ts",
23 "files": [
24 "dist/*"
25 ],
26 "devDependencies": {
27 "@rollup/plugin-node-resolve": "^11.0.0",
28 "@types/enzyme": "^3.10.5",
29 "@types/jest": "^26.0.0",
30 "@types/jest-axe": "^3.2.2",
31 "@types/node": "^14.0.9",
32 "@typescript-eslint/eslint-plugin": "~2.19.2",
33 "@typescript-eslint/parser": "~2.34.0",
34 "autoprefixer": "^9.8.0",
35 "axe-core": "^4.0.0",
36 "enzyme": "^3.11.0",
37 "enzyme-adapter-preact-pure": "^3.0.0",
38 "eslint": "~6.8.0",
39 "eslint-config-prettier": "^6.11.0",
40 "eslint-plugin-jest": "~24.1.0",
41 "identity-obj-proxy": "^3.0.0",
42 "jest": "~25.5.4",
43 "jest-axe": "^4.0.0",
44 "jest-extended": "^0.11.5",
45 "jsdom": "^16.2.2",
46 "jsdom-global": "^3.0.2",
47 "lerna": "^3.22.1",
48 "lerna-changelog": "^1.0.1",
49 "node-sass": "^5.0.0",
50 "node-sass-chokidar": "^1.5.0",
51 "prettier": "~2.2.1",
52 "rimraf": "~3.0.2",
53 "rollup": "^2.11.2",
54 "rollup-plugin-postcss": "^3.1.1",
55 "rollup-plugin-sizes": "^1.0.3",
56 "rollup-plugin-terser": "^7.0.0",
57 "rollup-plugin-typescript2": "^0.28.0",
58 "source-map-loader": "^0.2.4",
59 "ts-jest": "^25.5.1",
60 "ts-loader": "^8.0.0",
61 "tsutils": "~3.19.1",
62 "typescript": "^3.9.3"
63 },
64 "scripts": {
65 "clean": "rimraf coverage dist tmp",
66 "build": "rollup -c",
67 "build:watch": "rollup -c --watch",
68 "lint": "eslint . --ext .ts,.tsx",
69 "test": "jest --coverage",
70 "test:watch": "jest --watch"
71 },
72 "author": "Afshin Mehrabani <afshin.meh@gmail.com>",
73 "license": "MIT",
74 "dependencies": {
75 "preact": "^10.5.7",
76 "tslib": "^2.0.1"
77 },
78 "changelog": {
79 "labels": {
80 "new feature": ":rocket: New Feature",
81 "breaking": ":boom: Breaking Change",
82 "bug fix": ":bug: Bug Fix",
83 "polish": ":nail_care: Polish",
84 "documentation": ":memo: Documentation",
85 "internal": ":house: Internal",
86 "performance": ":running_woman: Performance"
87 },
88 "cacheDir": ".changelog"
89 }
90}