Completed
Push — master ( 392ae4...a40747 )
by Arthur
01:13
created

package.json (1 issue)

Severity
1
{
2
  "name": "gigatables-react",
3
  "version": "2.5.2",
4
  "description": "GigaTables is a ReactJS plug-in to help web-developers process table-data in applications and CMS, CRM, ERP or similar systems. It supports ajax data processing/editing (CRUD), pagination, cross-sorting, global search, shft/ctrl rows selection, 7 popular languages and more.",
5
  "main": "./build/index.js",
6
  "dependencies": {
7
    "classnames": "^2.2.5",
8
    "css-loader": "^0.26.1",
9
    "expect": "^1.20.2",
10
    "file-loader": "^0.10.0",
11
    "hoek": "^5.0.3",
12
    "lodash": "4.17.4",
0 ignored issues
show
This dependency has a security advisory: Prototype Pollution
Recommendation: Update to version 4.17.5 or later.
Loading history...
13
    "prop-types": "^15.6.0",
14
    "react": "^16.1.1",
15
    "react-dom": "^16.1.1",
16
    "react-onclickoutside": "^6.6.2",
17
    "react-rte": "^0.15.0",
18
    "resolve-url": "^0.2.1",
19
    "style-loader": "^0.13.1",
20
    "superagent": "^3.5.2",
21
    "url-loader": "^0.5.7"
22
  },
23
  "devDependencies": {
24
    "babel": "^6.23.0",
25
    "babel-core": "^6.26.0",
26
    "babel-jest": "^18.0.0",
27
    "babel-loader": "^7.1.2",
28
    "babel-plugin-transform-class-properties": "^6.24.1",
29
    "babel-preset-es2015": "^6.22.0",
30
    "babel-preset-react": "^6.23.0",
31
    "babel-preset-stage-0": "^6.24.1",
32
    "better-npm-run": "0.0.14",
33
    "codecov.io": "^0.1.6",
34
    "enzyme": "^3.1.1",
35
    "enzyme-adapter-react-16": "^1.0.4",
36
    "expect": "^1.20.2",
37
    "extract-text-webpack-plugin": "^2.0.0-rc.3",
38
    "fs": "0.0.1-security",
39
    "html-webpack-plugin": "^3.0.8",
40
    "jest": "^18.1.0",
41
    "jsonfile": "^4.0.0",
42
    "react-addons-test-utils": "^15.6.2",
43
    "react-test-renderer": "^16.1.0",
44
    "rimraf": "^2.6.1",
45
    "style-loader": "^0.13.1",
46
    "tapable": "^1.0.0",
47
    "uglifyjs-webpack-plugin": "^1.2.4",
48
    "webpack": "^4.5.0",
49
    "webpack-cli": "^2.0.14",
50
    "webpack-dev-server": "^3.1.3"
51
  },
52
  "scripts": {
53
    "start": "webpack-dev-server --hot",
54
    "build": "rimraf build && webpack --config webpack.config.prod.js",
55
    "test": "jest --updateSnapshot --verbose",
56
    "codecov": "bash <(curl -s https://codecov.io/bash)"
57
  },
58
  "repository": {
59
    "type": "git",
60
    "url": "git+ssh://[email protected]/GigaTables/reactables.git"
61
  },
62
  "keywords": [
63
    "reactjs",
64
    "tables",
65
    "greed",
66
    "react",
67
    "javascript",
68
    "row-edit",
69
    "table-view",
70
    "fixed-header",
71
    "sortable",
72
    "pagination",
73
    "search"
74
  ],
75
  "jest": {
76
    "moduleNameMapper": {
77
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
78
      "\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
79
    },
80
    "collectCoverage": true,
81
    "setupFiles": [
82
      "<rootDir>/__mocks__/browserMock.js"
83
    ]
84
  },
85
  "author": "Arthur Kushman",
86
  "license": "MIT",
87
  "bugs": {
88
    "url": "https://github.com/GigaTables/reactables/issues"
89
  },
90
  "homepage": "https://github.com/GigaTables/reactables#readme"
91
}
92