This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.74 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
{
"name": "@gio00/react-super-table",
"version": "0.1.0",
"private": false,
"main": "dist-modules/components/SuperTable.js",
"files": [
"dist-modules",
"dist"
],
"peerDependencies": {
"axios": "^0.19.0",
"mobx": "^5.13.0",
"mobx-react": "^6.1.3",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"dependencies": {
"cogent-js": "^1.0.4",
"lodash": "^4.17.15",
"react-js-pagination": "^3.0.2"
},
"scripts": {
"build": "webpack --config webpack-production.config.js --progress --colors && babel src --out-dir dist-modules --copy-files"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"repository": {
"type": "git",
"url": "git+https://github.com/gio00/super-table.git"
},
"keywords": [
"react",
"datatable",
"table",
"pagination",
"filters"
],
"author": "gio00",
"license": "MIT",
"bugs": {
"url": "https://github.com/gio00/super-table/issues"
},
"homepage": "https://github.com/gio00/super-table#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.6.0",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"mobx": "^5.13.0",
"mobx-react": "^6.1.3",
"react": "^16.9.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.8"
}
}