sag_components 1.0.282 → 1.0.284

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.242",
3
+ "version": "1.0.283",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -14,49 +14,49 @@
14
14
  "author": "SAG",
15
15
  "license": "ISC",
16
16
  "devDependencies": {
17
- "@babel/cli": "^7.21.5",
18
- "@babel/preset-env": "^7.21.4",
19
- "@babel/preset-react": "^7.18.6",
20
- "@babel/preset-typescript": "^7.21.4",
21
- "@storybook/addon-a11y": "^7.4.5",
22
- "@storybook/addon-essentials": "^7.4.5",
23
- "@storybook/addon-interactions": "^7.4.5",
24
- "@storybook/addon-links": "^7.4.5",
25
- "@storybook/addon-storysource": "^7.4.5",
26
- "@storybook/blocks": "^7.4.5",
17
+ "@babel/cli": "^7.23.0",
18
+ "@babel/preset-env": "^7.23.2",
19
+ "@babel/preset-react": "^7.22.15",
20
+ "@babel/preset-typescript": "^7.23.2",
21
+ "@storybook/addon-a11y": "^7.4.6",
22
+ "@storybook/addon-essentials": "^7.4.6",
23
+ "@storybook/addon-interactions": "^7.4.6",
24
+ "@storybook/addon-links": "^7.4.6",
25
+ "@storybook/addon-storysource": "^7.4.6",
26
+ "@storybook/blocks": "^7.4.6",
27
27
  "@storybook/preset-scss": "^1.0.3",
28
- "@storybook/react": "^7.4.5",
29
- "@storybook/react-webpack5": "^7.4.5",
30
- "@storybook/testing-library": "^0.2.1",
28
+ "@storybook/react": "^7.4.6",
29
+ "@storybook/react-webpack5": "^7.4.6",
30
+ "@storybook/testing-library": "^0.2.2",
31
31
  "cross-env": "^7.0.3",
32
- "css-loader": "^5.2.7",
33
- "eslint": "^8.50.0",
32
+ "css-loader": "^6.8.1",
33
+ "eslint": "^8.52.0",
34
34
  "eslint-config-airbnb": "^19.0.4",
35
- "eslint-plugin-import": "^2.28.1",
35
+ "eslint-plugin-import": "^2.29.0",
36
36
  "eslint-plugin-jsx-a11y": "^6.7.1",
37
37
  "eslint-plugin-react": "^7.33.2",
38
38
  "eslint-plugin-react-hooks": "^4.6.0",
39
39
  "react-dom": "^18.2.0",
40
- "sass": "^1.68.0",
40
+ "sass": "^1.69.5",
41
41
  "sass-loader": "^13.3.2",
42
- "storybook-addon-designs": "^6.3.1",
43
42
  "style-loader": "^3.3.3"
44
43
  },
45
44
  "dependencies": {
46
45
  "@dnd-kit/core": "^6.0.8",
47
- "@emotion/react": "^11.11.0",
46
+ "@emotion/react": "^11.11.1",
48
47
  "@emotion/styled": "^11.11.0",
49
- "@fontsource/roboto": "^4.5.8",
50
- "@fortawesome/fontawesome-svg-core": "^6.4.0",
51
- "@fortawesome/free-solid-svg-icons": "^6.4.0",
48
+ "@fontsource/roboto": "^5.0.8",
49
+ "@fortawesome/fontawesome-svg-core": "^6.4.2",
50
+ "@fortawesome/free-solid-svg-icons": "^6.4.2",
52
51
  "@fortawesome/react-fontawesome": "^0.2.0",
53
- "@mui/icons-material": "^5.11.16",
54
- "@mui/material": "^5.13.0",
55
- "@mui/styled-engine-sc": "^5.12.0",
56
- "@mui/x-date-pickers": "^6.11.1",
52
+ "@mui/icons-material": "^5.14.16",
53
+ "@mui/material": "^5.14.16",
54
+ "@mui/styled-engine-sc": "^5.14.12",
55
+ "@mui/x-date-pickers": "^6.17.0",
56
+ "@storybook/addon-designs": "^7.0.5",
57
57
  "babel-plugin-react-css-modules": "^5.2.6",
58
58
  "classnames": "^2.3.2",
59
- "dayjs": "^1.11.9",
59
+ "dayjs": "^1.11.10",
60
60
  "hoopy": "^0.1.4",
61
61
  "prop-types": "^15.8.1",
62
62
  "react": "^18.2.0",
@@ -64,8 +64,8 @@
64
64
  "react-loading-skeleton": "^3.3.1",
65
65
  "react-scripts": "5.0.1",
66
66
  "recharts": "^2.6.2",
67
- "storybook": "^7.4.5",
68
- "styled-components": "^5.3.11"
67
+ "storybook": "^7.4.6",
68
+ "styled-components": "^6.1.0"
69
69
  },
70
70
  "browserslist": {
71
71
  "production": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.242",
3
+ "version": "1.0.284",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -14,49 +14,49 @@
14
14
  "author": "SAG",
15
15
  "license": "ISC",
16
16
  "devDependencies": {
17
- "@babel/cli": "^7.21.5",
18
- "@babel/preset-env": "^7.21.4",
19
- "@babel/preset-react": "^7.18.6",
20
- "@babel/preset-typescript": "^7.21.4",
21
- "@storybook/addon-a11y": "^7.4.5",
22
- "@storybook/addon-designs": "^7.0.4",
23
- "@storybook/addon-essentials": "^7.4.5",
24
- "@storybook/addon-interactions": "^7.4.5",
25
- "@storybook/addon-links": "^7.4.5",
26
- "@storybook/addon-storysource": "^7.4.5",
27
- "@storybook/blocks": "^7.4.5",
17
+ "@babel/cli": "^7.23.0",
18
+ "@babel/preset-env": "^7.23.2",
19
+ "@babel/preset-react": "^7.22.15",
20
+ "@babel/preset-typescript": "^7.23.2",
21
+ "@storybook/addon-a11y": "^7.4.6",
22
+ "@storybook/addon-essentials": "^7.4.6",
23
+ "@storybook/addon-interactions": "^7.4.6",
24
+ "@storybook/addon-links": "^7.4.6",
25
+ "@storybook/addon-storysource": "^7.4.6",
26
+ "@storybook/blocks": "^7.4.6",
28
27
  "@storybook/preset-scss": "^1.0.3",
29
- "@storybook/react": "^7.4.5",
30
- "@storybook/react-webpack5": "^7.4.5",
31
- "@storybook/testing-library": "^0.2.1",
28
+ "@storybook/react": "^7.4.6",
29
+ "@storybook/react-webpack5": "^7.4.6",
30
+ "@storybook/testing-library": "^0.2.2",
32
31
  "cross-env": "^7.0.3",
33
- "css-loader": "^5.2.7",
34
- "eslint": "^8.50.0",
32
+ "css-loader": "^6.8.1",
33
+ "eslint": "^8.52.0",
35
34
  "eslint-config-airbnb": "^19.0.4",
36
- "eslint-plugin-import": "^2.28.1",
35
+ "eslint-plugin-import": "^2.29.0",
37
36
  "eslint-plugin-jsx-a11y": "^6.7.1",
38
37
  "eslint-plugin-react": "^7.33.2",
39
38
  "eslint-plugin-react-hooks": "^4.6.0",
40
39
  "react-dom": "^18.2.0",
41
- "sass": "^1.68.0",
40
+ "sass": "^1.69.5",
42
41
  "sass-loader": "^13.3.2",
43
42
  "style-loader": "^3.3.3"
44
43
  },
45
44
  "dependencies": {
46
45
  "@dnd-kit/core": "^6.0.8",
47
- "@emotion/react": "^11.11.0",
46
+ "@emotion/react": "^11.11.1",
48
47
  "@emotion/styled": "^11.11.0",
49
- "@fontsource/roboto": "^4.5.8",
50
- "@fortawesome/fontawesome-svg-core": "^6.4.0",
51
- "@fortawesome/free-solid-svg-icons": "^6.4.0",
48
+ "@fontsource/roboto": "^5.0.8",
49
+ "@fortawesome/fontawesome-svg-core": "^6.4.2",
50
+ "@fortawesome/free-solid-svg-icons": "^6.4.2",
52
51
  "@fortawesome/react-fontawesome": "^0.2.0",
53
- "@mui/icons-material": "^5.11.16",
54
- "@mui/material": "^5.13.0",
55
- "@mui/styled-engine-sc": "^5.12.0",
56
- "@mui/x-date-pickers": "^6.11.1",
52
+ "@mui/icons-material": "^5.14.16",
53
+ "@mui/material": "^5.14.16",
54
+ "@mui/styled-engine-sc": "^5.14.12",
55
+ "@mui/x-date-pickers": "^6.17.0",
56
+ "@storybook/addon-designs": "^7.0.5",
57
57
  "babel-plugin-react-css-modules": "^5.2.6",
58
58
  "classnames": "^2.3.2",
59
- "dayjs": "^1.11.9",
59
+ "dayjs": "^1.11.10",
60
60
  "hoopy": "^0.1.4",
61
61
  "prop-types": "^15.8.1",
62
62
  "react": "^18.2.0",
@@ -64,8 +64,8 @@
64
64
  "react-loading-skeleton": "^3.3.1",
65
65
  "react-scripts": "5.0.1",
66
66
  "recharts": "^2.6.2",
67
- "storybook": "^7.4.5",
68
- "styled-components": "^5.3.11"
67
+ "storybook": "^7.4.6",
68
+ "styled-components": "^6.1.0"
69
69
  },
70
70
  "browserslist": {
71
71
  "production": [
@@ -6,19 +6,19 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = exports.NoDataFoundMessage = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
- var _NoDataFoundIcon = require("../components/icons/NoDataFoundIcon");
10
- var _NoDataFoundMessageStyle = require("./NoDataFoundMessage.style.js");
11
- /*NoDataFoundMessage*/
9
+ var _NoDataFoundIcon = require("./icons/NoDataFoundIcon");
10
+ var _NoDataFoundMessage = require("./NoDataFoundMessage.style");
11
+ /* NoDataFoundMessage */
12
12
  var NoDataFoundMessage = exports.NoDataFoundMessage = function NoDataFoundMessage(_ref) {
13
13
  var _ref$noDataText = _ref.noDataText,
14
- noDataText = _ref$noDataText === void 0 ? "" : _ref$noDataText;
15
- return /*#__PURE__*/_react.default.createElement(_NoDataFoundMessageStyle.NoDataFoundContainer, {
14
+ noDataText = _ref$noDataText === void 0 ? '' : _ref$noDataText;
15
+ return /*#__PURE__*/_react.default.createElement(_NoDataFoundMessage.NoDataFoundContainer, {
16
16
  id: "NoDataFoundContainer"
17
17
  }, /*#__PURE__*/_react.default.createElement(_NoDataFoundIcon.NoDataFoundIcon, {
18
18
  id: "NoDataFoundIcon"
19
- }), /*#__PURE__*/_react.default.createElement(_NoDataFoundMessageStyle.NoDataFoundTitle, {
19
+ }), /*#__PURE__*/_react.default.createElement(_NoDataFoundMessage.NoDataFoundTitle, {
20
20
  id: "NoDataFoundTitle"
21
- }, "No Data"), /*#__PURE__*/_react.default.createElement(_NoDataFoundMessageStyle.NoDataFoundText, {
21
+ }, "No Data"), /*#__PURE__*/_react.default.createElement(_NoDataFoundMessage.NoDataFoundText, {
22
22
  id: "NoDataFoundText"
23
23
  }, noDataText));
24
24
  };
@@ -86,7 +86,6 @@ var SegmentedButton = exports.SegmentedButton = function SegmentedButton(_ref) {
86
86
  ref: controlRef
87
87
  }, /*#__PURE__*/_react.default.createElement(_SegmentedButton.Controls, {
88
88
  id: "Controls",
89
- backgroundColor: backgroundColor,
90
89
  selectedSegmentColor: selectedSegmentColor,
91
90
  segmentRadius: segmentRadius,
92
91
  controlRadius: controlRadius,
@@ -98,7 +97,6 @@ var SegmentedButton = exports.SegmentedButton = function SegmentedButton(_ref) {
98
97
  key: item.id,
99
98
  backgroundColor: backgroundColor,
100
99
  selectedSegmentColor: selectedSegmentColor,
101
- segmentRadius: segmentRadius,
102
100
  controlRadius: controlRadius,
103
101
  segmentWidth: segmentWidth,
104
102
  className: "".concat(activeIndex === i ? 'active' : 'inactive'),
@@ -53,8 +53,7 @@ var TotalDoughnutChart = exports.TotalDoughnutChart = function TotalDoughnutChar
53
53
  height: height,
54
54
  width: width,
55
55
  textColor: textColor,
56
- ref: controlsContainerRef,
57
- rootFont: rootFont
56
+ ref: controlsContainerRef
58
57
  }, (legendData === null || legendData === void 0 ? void 0 : legendData.length) > 0 ? /*#__PURE__*/_react.default.createElement(_TotalDoughnutChart.Controls, {
59
58
  id: "Controls",
60
59
  height: height,
@@ -7,11 +7,10 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = exports.NoDataFoundIcon = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
  var NoDataFoundIcon = exports.NoDataFoundIcon = function NoDataFoundIcon(_ref) {
10
- var clicked = _ref.clicked,
11
- _ref$width = _ref.width,
12
- width = _ref$width === void 0 ? "66" : _ref$width,
10
+ var _ref$width = _ref.width,
11
+ width = _ref$width === void 0 ? '66' : _ref$width,
13
12
  _ref$height = _ref.height,
14
- height = _ref$height === void 0 ? "66" : _ref$height;
13
+ height = _ref$height === void 0 ? '66' : _ref$height;
15
14
  return /*#__PURE__*/_react.default.createElement("svg", {
16
15
  width: width,
17
16
  height: height,
@@ -21,18 +20,18 @@ var NoDataFoundIcon = exports.NoDataFoundIcon = function NoDataFoundIcon(_ref) {
21
20
  }, /*#__PURE__*/_react.default.createElement("path", {
22
21
  d: "M26.7427 60.0229L25.257 60.0229",
23
22
  stroke: "#767676",
24
- "stroke-width": "2",
25
- "stroke-linecap": "round"
23
+ strokeWidth: "2",
24
+ strokeLinecap: "round"
26
25
  }), /*#__PURE__*/_react.default.createElement("path", {
27
26
  d: "M59.4292 1H64.5752C64.7445 1 64.8372 1.19724 64.7292 1.3276L59.7006 7.39653C59.5926 7.5269 59.6853 7.72414 59.8546 7.72414H65.0006",
28
27
  stroke: "#767676",
29
- "stroke-width": "2",
30
- "stroke-linecap": "round"
28
+ strokeWidth: "2",
29
+ strokeLinecap: "round"
31
30
  }), /*#__PURE__*/_react.default.createElement("path", {
32
31
  d: "M55.7139 14.4482H59.7378C59.9084 14.4482 60.0007 14.6481 59.89 14.778L55.9949 19.3484C55.8842 19.4782 55.9765 19.6781 56.1471 19.6781H60.171",
33
32
  stroke: "#767676",
34
- "stroke-width": "2",
35
- "stroke-linecap": "round"
33
+ strokeWidth: "2",
34
+ strokeLinecap: "round"
36
35
  }), /*#__PURE__*/_react.default.createElement("rect", {
37
36
  x: "1",
38
37
  y: "7.22998",
@@ -41,46 +40,46 @@ var NoDataFoundIcon = exports.NoDataFoundIcon = function NoDataFoundIcon(_ref) {
41
40
  rx: "4",
42
41
  fill: "#E3EDFF",
43
42
  stroke: "#767676",
44
- "stroke-width": "2"
43
+ strokeWidth: "2"
45
44
  }), /*#__PURE__*/_react.default.createElement("path", {
46
45
  d: "M6.30189 13.8092L5.94238 17.0634L6.31296 58.0606C6.3135 58.1206 6.34088 58.1771 6.38757 58.2147L8.11605 59.6054C8.15158 59.634 8.19582 59.6496 8.24142 59.6496H43.0021C43.0553 59.6496 43.1063 59.6283 43.1439 59.5906L45.2556 57.4667C45.2929 57.4292 45.3138 57.3785 45.3138 57.3257V23.7875V15.6374C45.3138 15.5931 45.2991 15.5501 45.272 15.5151L42.7739 12.2847C42.736 12.2357 42.6776 12.207 42.6157 12.207H9.3327C9.30149 12.207 9.27072 12.2143 9.24284 12.2284L6.41082 13.6525C6.35032 13.6829 6.30932 13.7419 6.30189 13.8092Z",
47
46
  fill: "white"
48
47
  }), /*#__PURE__*/_react.default.createElement("path", {
49
48
  d: "M14.8564 30.1377C15.9121 31.5074 18.7271 33.4251 21.5422 30.1377",
50
49
  stroke: "#767676",
51
- "stroke-width": "2",
52
- "stroke-linecap": "round"
50
+ strokeWidth: "2",
51
+ strokeLinecap: "round"
53
52
  }), /*#__PURE__*/_react.default.createElement("path", {
54
53
  d: "M29.7134 30.1377C30.769 31.5074 33.5841 33.4251 36.3991 30.1377",
55
54
  stroke: "#767676",
56
- "stroke-width": "2",
57
- "stroke-linecap": "round"
55
+ strokeWidth: "2",
56
+ strokeLinecap: "round"
58
57
  }), /*#__PURE__*/_react.default.createElement("path", {
59
58
  d: "M23.0288 39.1035H28.2288",
60
59
  stroke: "#767676",
61
- "stroke-width": "2",
62
- "stroke-linecap": "round"
60
+ strokeWidth: "2",
61
+ strokeLinecap: "round"
63
62
  }), /*#__PURE__*/_react.default.createElement("path", {
64
63
  d: "M25.2573 60.0229H26.743",
65
64
  stroke: "#767676",
66
- "stroke-width": "2",
67
- "stroke-linecap": "round"
65
+ strokeWidth: "2",
66
+ strokeLinecap: "round"
68
67
  }), /*#__PURE__*/_react.default.createElement("path", {
69
68
  d: "M21.5424 60.0231H10.9424C8.18096 60.0231 5.94238 57.7845 5.94238 55.0231V17.207C5.94238 14.4456 8.18096 12.207 10.9424 12.207H40.3138C43.0752 12.207 45.3138 14.4456 45.3138 17.207V55.0231C45.3138 57.7845 43.0752 60.0231 40.3138 60.0231H30.4567",
70
69
  stroke: "#767676",
71
- "stroke-width": "2",
72
- "stroke-linecap": "round"
70
+ strokeWidth: "2",
71
+ strokeLinecap: "round"
73
72
  }), /*#__PURE__*/_react.default.createElement("path", {
74
73
  d: "M12.4004 5.92225H18.4315C19.4372 5.92225 20.2471 5.15718 20.6027 4.21643C21.3276 2.29855 22.898 1 25.629 1C28.2155 1 29.5607 2.74719 30.23 4.36627C30.5925 5.24315 31.3859 5.92225 32.3347 5.92225H38.8575C39.9621 5.92225 40.8575 6.81767 40.8575 7.92224V10.954C40.8575 12.0586 39.9621 12.954 38.8575 12.954H12.4004C11.2958 12.954 10.4004 12.0586 10.4004 10.954V7.92225C10.4004 6.81768 11.2958 5.92225 12.4004 5.92225Z",
75
74
  fill: "#A5AAC5",
76
75
  stroke: "#767676",
77
- "stroke-width": "2",
78
- "stroke-linecap": "round"
76
+ strokeWidth: "2",
77
+ strokeLinecap: "round"
79
78
  }), /*#__PURE__*/_react.default.createElement("path", {
80
79
  d: "M24.1426 6.22998L26.7426 6.22998",
81
80
  stroke: "#767676",
82
- "stroke-width": "2",
83
- "stroke-linecap": "round"
81
+ strokeWidth: "2",
82
+ strokeLinecap: "round"
84
83
  }));
85
84
  };
86
85
  var _default = exports.default = NoDataFoundIcon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.282",
3
+ "version": "1.0.284",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -29,15 +29,15 @@
29
29
  "@storybook/react-webpack5": "^7.4.6",
30
30
  "@storybook/testing-library": "^0.2.2",
31
31
  "cross-env": "^7.0.3",
32
- "css-loader": "^5.2.7",
33
- "eslint": "^8.50.0",
32
+ "css-loader": "^6.8.1",
33
+ "eslint": "^8.52.0",
34
34
  "eslint-config-airbnb": "^19.0.4",
35
- "eslint-plugin-import": "^2.28.1",
35
+ "eslint-plugin-import": "^2.29.0",
36
36
  "eslint-plugin-jsx-a11y": "^6.7.1",
37
37
  "eslint-plugin-react": "^7.33.2",
38
38
  "eslint-plugin-react-hooks": "^4.6.0",
39
39
  "react-dom": "^18.2.0",
40
- "sass": "^1.68.0",
40
+ "sass": "^1.69.5",
41
41
  "sass-loader": "^13.3.2",
42
42
  "style-loader": "^3.3.3"
43
43
  },
@@ -49,10 +49,10 @@
49
49
  "@fortawesome/fontawesome-svg-core": "^6.4.2",
50
50
  "@fortawesome/free-solid-svg-icons": "^6.4.2",
51
51
  "@fortawesome/react-fontawesome": "^0.2.0",
52
- "@mui/icons-material": "^5.14.13",
53
- "@mui/material": "^5.14.13",
52
+ "@mui/icons-material": "^5.14.16",
53
+ "@mui/material": "^5.14.16",
54
54
  "@mui/styled-engine-sc": "^5.14.12",
55
- "@mui/x-date-pickers": "^6.16.2",
55
+ "@mui/x-date-pickers": "^6.17.0",
56
56
  "@storybook/addon-designs": "^7.0.5",
57
57
  "babel-plugin-react-css-modules": "^5.2.6",
58
58
  "classnames": "^2.3.2",
@@ -65,7 +65,7 @@
65
65
  "react-scripts": "5.0.1",
66
66
  "recharts": "^2.6.2",
67
67
  "storybook": "^7.4.6",
68
- "styled-components": "^5.3.11"
68
+ "styled-components": "^6.1.0"
69
69
  },
70
70
  "browserslist": {
71
71
  "production": [
@@ -1,81 +0,0 @@
1
- {
2
- "name": "sag_components",
3
- "version": "1.0.242",
4
- "description": "",
5
- "main": "dist/index.js",
6
- "scripts": {
7
- "start": "react-scripts start",
8
- "lint": "eslint .",
9
- "build": "cross-env BABEL_ENV=production babel src -d dist ",
10
- "storybook": "storybook dev -p 6006",
11
- "build-storybook": "storybook build"
12
- },
13
- "keywords": [],
14
- "author": "SAG",
15
- "license": "ISC",
16
- "devDependencies": {
17
- "@babel/cli": "^7.21.5",
18
- "@babel/preset-env": "^7.21.4",
19
- "@babel/preset-react": "^7.18.6",
20
- "@babel/preset-typescript": "^7.21.4",
21
- "@storybook/addon-a11y": "^7.4.5",
22
- "@storybook/addon-essentials": "^7.4.5",
23
- "@storybook/addon-interactions": "^7.4.5",
24
- "@storybook/addon-links": "^7.4.5",
25
- "@storybook/addon-storysource": "^7.4.5",
26
- "@storybook/blocks": "^7.4.5",
27
- "@storybook/preset-scss": "^1.0.3",
28
- "@storybook/react": "^7.4.5",
29
- "@storybook/react-webpack5": "^7.4.5",
30
- "@storybook/testing-library": "^0.2.1",
31
- "cross-env": "^7.0.3",
32
- "css-loader": "^5.2.7",
33
- "eslint": "^8.50.0",
34
- "eslint-config-airbnb": "^19.0.4",
35
- "eslint-plugin-import": "^2.28.1",
36
- "eslint-plugin-jsx-a11y": "^6.7.1",
37
- "eslint-plugin-react": "^7.33.2",
38
- "eslint-plugin-react-hooks": "^4.6.0",
39
- "react-dom": "^18.2.0",
40
- "sass": "^1.68.0",
41
- "sass-loader": "^13.3.2",
42
- "style-loader": "^3.3.3"
43
- },
44
- "dependencies": {
45
- "@dnd-kit/core": "^6.0.8",
46
- "@emotion/react": "^11.11.0",
47
- "@emotion/styled": "^11.11.0",
48
- "@fontsource/roboto": "^4.5.8",
49
- "@fortawesome/fontawesome-svg-core": "^6.4.0",
50
- "@fortawesome/free-solid-svg-icons": "^6.4.0",
51
- "@fortawesome/react-fontawesome": "^0.2.0",
52
- "@mui/icons-material": "^5.11.16",
53
- "@mui/material": "^5.13.0",
54
- "@mui/styled-engine-sc": "^5.12.0",
55
- "@mui/x-date-pickers": "^6.11.1",
56
- "babel-plugin-react-css-modules": "^5.2.6",
57
- "classnames": "^2.3.2",
58
- "dayjs": "^1.11.9",
59
- "hoopy": "^0.1.4",
60
- "prop-types": "^15.8.1",
61
- "react": "^18.2.0",
62
- "react-css-modules": "^4.7.11",
63
- "react-loading-skeleton": "^3.3.1",
64
- "react-scripts": "5.0.1",
65
- "recharts": "^2.6.2",
66
- "storybook": "^7.4.5",
67
- "styled-components": "^5.3.11"
68
- },
69
- "browserslist": {
70
- "production": [
71
- ">0.2%",
72
- "not dead",
73
- "not op_mini all"
74
- ],
75
- "development": [
76
- "last 1 chrome version",
77
- "last 1 firefox version",
78
- "last 1 safari version"
79
- ]
80
- }
81
- }