-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
96 lines (96 loc) · 2.93 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "gigatables-react",
"version": "2.9.8",
"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.",
"main": "./build/index.js",
"dependencies": {
"@material-ui/core": "^3.9.4",
"classnames": "^2.2.6",
"css-loader": "^0.26.1",
"expect": "^1.20.2",
"file-loader": "^0.10.0",
"hoek": "^5.0.4",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-minimal-pie-chart": "^3.5.0",
"react-onclickoutside": "^6.9.0",
"react-rte": "^0.15.0",
"react-select": "^2.4.4",
"react-trend": "^1.2.5",
"resolve-url": "^0.2.1",
"style-loader": "^0.13.1",
"superagent": "^3.8.3",
"url-loader": "^0.5.7"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-jest": "^18.0.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"better-npm-run": "0.0.14",
"codecov.io": "^0.1.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"expect": "^1.20.2",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"fs": "0.0.1-security",
"html-webpack-plugin": "^3.2.0",
"jest": "^18.1.0",
"jsonfile": "^4.0.0",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.13.1",
"rimraf": "^2.7.1",
"style-loader": "^0.13.1",
"tapable": "^1.1.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"start": "webpack-dev-server --hot",
"build": "rimraf build && webpack --config webpack.config.prod.js --display-modules",
"test": "jest --updateSnapshot --verbose",
"codecov": "bash <(curl -s https://codecov.io/bash)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/GigaTables/reactables.git"
},
"keywords": [
"reactjs",
"tables",
"greed",
"react",
"javascript",
"row-edit",
"table-view",
"fixed-header",
"sortable",
"pagination",
"search"
],
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
},
"collectCoverage": true,
"setupFiles": [
"<rootDir>/__mocks__/browserMock.js"
]
},
"author": "Arthur Kushman",
"license": "MIT",
"bugs": {
"url": "https://github.com/GigaTables/reactables/issues"
},
"homepage": "https://github.com/GigaTables/reactables#readme"
}