beca-ui 2.0.19-beta.12 → 2.0.19-beta.13

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.
Files changed (1) hide show
  1. package/package.json +10 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.0.19-beta.12",
3
+ "version": "2.0.19-beta.13",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -33,9 +33,11 @@
33
33
  "antd-img-crop": "4.12.2",
34
34
  "axios": "1.6.7",
35
35
  "beca-icons": "0.0.6",
36
+ "crypto-js": "^4.2.0",
36
37
  "dayjs": "1.11.13",
37
38
  "dompurify": "3.0.5",
38
39
  "i18next": "23.2.7",
40
+ "mime-types": "^2.1.35",
39
41
  "prosemirror-commands": "1.5.0",
40
42
  "prosemirror-dropcursor": "1.6.1",
41
43
  "prosemirror-gapcursor": "1.3.1",
@@ -44,15 +46,18 @@
44
46
  "prosemirror-schema-list": "1.2.2",
45
47
  "prosemirror-tables": "1.3.7",
46
48
  "react": "18.2.0",
49
+ "react-barcode": "^1.5.3",
47
50
  "react-color": "2.19.3",
48
51
  "react-custom-scroll": "7.0.0",
52
+ "react-device-detect": "^2.2.3",
49
53
  "react-dom": "18.2.0",
50
54
  "react-i18next": "13.0.1",
51
55
  "react-infinite-scroll-component": "6.1.0",
52
56
  "react-paginate": "8.2.0",
53
57
  "react-resizable": "3.0.5",
54
58
  "react-virtuoso": "4.6.2",
55
- "tippy.js": "6.3.7"
59
+ "tippy.js": "6.3.7",
60
+ "xlsx": "^0.18.5"
56
61
  },
57
62
  "peerDependencies": {
58
63
  "react": "18.2.0",
@@ -99,7 +104,9 @@
99
104
  "@tiptap/react": "2.10.3",
100
105
  "@tiptap/starter-kit": "2.10.3",
101
106
  "@tiptap/suggestion": "2.10.3",
107
+ "@types/crypto-js": "^4.2.2",
102
108
  "@types/dompurify": "3.0.2",
109
+ "@types/mime-types": "^2.1.4",
103
110
  "@types/node": "20.10.5",
104
111
  "@types/react": "18.2.45",
105
112
  "@types/react-color": "3.0.6",
@@ -115,6 +122,7 @@
115
122
  "eslint-plugin-react-refresh": "0.4.3",
116
123
  "eslint-plugin-storybook": "0.11.1",
117
124
  "path": "0.12.7",
125
+ "query-string": "^9.1.1",
118
126
  "sass": "1.69.5",
119
127
  "sass-loader": "14.1.0",
120
128
  "storybook": "8.4.5",