@syook/react-tabulous 2.9.1 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -2
- package/LICENSE.md +1 -1
- package/README.md +1 -0
- package/lib/react-tabulous.min.js +2 -31
- package/lib/react-tabulous.min.js.LICENSE.txt +20 -0
- package/package.json +28 -40
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2015 Jed Watson.
|
|
3
|
+
Based on code that is Copyright 2013-2015, Facebook, Inc.
|
|
4
|
+
All rights reserved.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
Copyright (c) 2018 Jed Watson.
|
|
9
|
+
Licensed under the MIT License (MIT), see
|
|
10
|
+
http://jedwatson.github.io/classnames
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/** @license React v16.13.1
|
|
14
|
+
* react-is.production.min.js
|
|
15
|
+
*
|
|
16
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
17
|
+
*
|
|
18
|
+
* This source code is licensed under the MIT license found in the
|
|
19
|
+
* LICENSE file in the root directory of this source tree.
|
|
20
|
+
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syook/react-tabulous",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Terrifically fabulous React Table",
|
|
5
5
|
"main": "lib/react-tabulous.min.js",
|
|
6
6
|
"files": [
|
|
@@ -23,13 +23,15 @@
|
|
|
23
23
|
"bugs": {
|
|
24
24
|
"url": "https://github.com/syook/react-tabulous/issues"
|
|
25
25
|
},
|
|
26
|
-
"homepage": "https://github.com/syook/react-tabulous#readme",
|
|
27
26
|
"scripts": {
|
|
27
|
+
"prepare": "husky install",
|
|
28
28
|
"start": "react-scripts start",
|
|
29
29
|
"build": "mkdir -p lib && rm -rf lib/* && NODE_ENV=production webpack --config webpack.config.js",
|
|
30
30
|
"test": "react-scripts test",
|
|
31
31
|
"eject": "react-scripts eject",
|
|
32
|
-
"npm-publish": "npm i && npm run build && npm publish"
|
|
32
|
+
"npm-publish": "npm i && npm run build && npm publish",
|
|
33
|
+
"prettify": "prettier . -c --config .prettierrc",
|
|
34
|
+
"prettify:fix": "prettier . -c --config .prettierrc --write"
|
|
33
35
|
},
|
|
34
36
|
"eslintConfig": {
|
|
35
37
|
"extends": "react-app"
|
|
@@ -40,50 +42,36 @@
|
|
|
40
42
|
"not ie <= 11",
|
|
41
43
|
"not op_mini all"
|
|
42
44
|
],
|
|
43
|
-
"lint-staged": {
|
|
44
|
-
"*.{js,jsx,json}": [
|
|
45
|
-
"prettier --single-quote --write",
|
|
46
|
-
"git add"
|
|
47
|
-
]
|
|
48
|
-
},
|
|
49
45
|
"devDependencies": {
|
|
50
|
-
"@babel/
|
|
51
|
-
"@babel/
|
|
52
|
-
"@babel/
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"html-webpack-plugin": "^3.2.0",
|
|
60
|
-
"husky": "^2.3.0",
|
|
61
|
-
"lint-staged": "^8.1.7",
|
|
62
|
-
"prettier": "^1.18.2",
|
|
63
|
-
"prop-types": "^15.7.2",
|
|
46
|
+
"@babel/core": "^7.17.5",
|
|
47
|
+
"@babel/preset-env": "^7.16.11",
|
|
48
|
+
"@babel/preset-react": "^7.16.7",
|
|
49
|
+
"babel-loader": "8.1.0",
|
|
50
|
+
"css-loader": "^4.3.0",
|
|
51
|
+
"html-webpack-plugin": "^4.5.0",
|
|
52
|
+
"husky": "^7.0.4",
|
|
53
|
+
"prettier": "^2.5.1",
|
|
54
|
+
"prop-types": "^15.8.1",
|
|
64
55
|
"react": "^17.0.2",
|
|
65
56
|
"react-dom": "^17.0.2",
|
|
66
|
-
"react-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
57
|
+
"react-error-overlay": "6.0.9",
|
|
58
|
+
"react-scripts": "^4.0.3",
|
|
59
|
+
"react-overlays": "^5.2.0",
|
|
60
|
+
"style-loader": "^1.3.0",
|
|
61
|
+
"webpack": "4.44.2",
|
|
62
|
+
"webpack-cli": "^4.9.2"
|
|
70
63
|
},
|
|
71
64
|
"dependencies": {
|
|
72
|
-
"date-fns": "^2.
|
|
73
|
-
"lodash": "^4.17.
|
|
74
|
-
"moment": "^2.
|
|
75
|
-
"react-datepicker": "^
|
|
76
|
-
"react-select": "^2.
|
|
65
|
+
"date-fns": "^2.28.0",
|
|
66
|
+
"lodash": "^4.17.21",
|
|
67
|
+
"moment": "^2.29.1",
|
|
68
|
+
"react-datepicker": "^4.6.0",
|
|
69
|
+
"react-select": "^5.2.2",
|
|
77
70
|
"semantic-ui-css": "^2.4.1",
|
|
78
|
-
"semantic-ui-react": "^
|
|
71
|
+
"semantic-ui-react": "^2.1.2"
|
|
79
72
|
},
|
|
80
73
|
"peerDependencies": {
|
|
81
|
-
"react": "
|
|
82
|
-
"react-dom": "
|
|
83
|
-
},
|
|
84
|
-
"husky": {
|
|
85
|
-
"hooks": {
|
|
86
|
-
"pre-commit": "lint-staged"
|
|
87
|
-
}
|
|
74
|
+
"react": "17",
|
|
75
|
+
"react-dom": "17"
|
|
88
76
|
}
|
|
89
77
|
}
|