1 | { |
||
2 | "name": "gigatables-react", |
||
3 | "version": "1.7.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 | "lodash": "4.17.4", |
||
12 | "prop-types": "^15.5.10", |
||
13 | "react": "^15.4.2", |
||
14 | "react-dom": "^15.4.2", |
||
15 | "resolve-url": "^0.2.1", |
||
16 | "style-loader": "^0.13.1", |
||
17 | "superagent": "^3.5.2", |
||
0 ignored issues
–
show
introduced
by
![]() |
|||
18 | "url-loader": "^0.5.7" |
||
19 | }, |
||
20 | "devDependencies": { |
||
21 | "babel": "^6.23.0", |
||
22 | "babel-core": "^6.26.0", |
||
23 | "babel-loader": "^7.1.2", |
||
24 | "babel-jest": "^18.0.0", |
||
25 | "babel-preset-es2015": "^6.22.0", |
||
26 | "babel-preset-react": "^6.23.0", |
||
27 | "better-npm-run": "0.0.14", |
||
28 | "codecov.io": "^0.1.6", |
||
29 | "enzyme": "^2.8.0", |
||
30 | "expect": "^1.20.2", |
||
31 | "extract-text-webpack-plugin": "^2.0.0-rc.3", |
||
32 | "html-webpack-plugin": "^2.28.0", |
||
33 | "jest": "^18.1.0", |
||
34 | "react-addons-test-utils": "^15.4.2", |
||
35 | "react-test-renderer": "^15.4.2", |
||
36 | "rimraf": "^2.6.1", |
||
37 | "style-loader": "^0.13.1", |
||
38 | "webpack": "^2.2.1", |
||
39 | "webpack-dev-server": "^2.3.0" |
||
40 | }, |
||
41 | "scripts": { |
||
42 | "start": "webpack-dev-server --hot", |
||
43 | "build": "rimraf build && webpack --config webpack.config.prod.js", |
||
44 | "test": "jest", |
||
45 | "report-coverage": "cat ./coverage/lcov.info | codecov" |
||
46 | }, |
||
47 | "repository": { |
||
48 | "type": "git", |
||
49 | "url": "git+ssh://[email protected]/GigaTables/reactables.git" |
||
50 | }, |
||
51 | "keywords": [ |
||
52 | "reactjs", |
||
53 | "tables", |
||
54 | "greed", |
||
55 | "react", |
||
56 | "javascript", |
||
57 | "row-edit", |
||
58 | "table-view" |
||
59 | ], |
||
60 | "jest": { |
||
61 | "moduleNameMapper": { |
||
62 | "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js", |
||
63 | "\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js" |
||
64 | }, |
||
65 | "collectCoverage": true |
||
66 | }, |
||
67 | "author": "Arthur Kushman", |
||
68 | "license": "MIT", |
||
69 | "bugs": { |
||
70 | "url": "https://github.com/GigaTables/reactables/issues" |
||
71 | }, |
||
72 | "homepage": "https://github.com/GigaTables/reactables#readme" |
||
73 | } |
||
74 |