@keepeek/keepicker-react 1.1.0

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.
@@ -0,0 +1,97 @@
1
+ /*!
2
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
3
+ *
4
+ * Copyright (c) 2014-2017, Jon Schlinkert.
5
+ * Released under the MIT License.
6
+ */
7
+
8
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
9
+
10
+ /**
11
+ * @license React
12
+ * react-dom.production.min.js
13
+ *
14
+ * Copyright (c) Facebook, Inc. and its affiliates.
15
+ *
16
+ * This source code is licensed under the MIT license found in the
17
+ * LICENSE file in the root directory of this source tree.
18
+ */
19
+
20
+ /**
21
+ * @license React
22
+ * react-jsx-runtime.production.min.js
23
+ *
24
+ * Copyright (c) Facebook, Inc. and its affiliates.
25
+ *
26
+ * This source code is licensed under the MIT license found in the
27
+ * LICENSE file in the root directory of this source tree.
28
+ */
29
+
30
+ /**
31
+ * @license React
32
+ * react.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /**
41
+ * @license React
42
+ * scheduler.production.min.js
43
+ *
44
+ * Copyright (c) Facebook, Inc. and its affiliates.
45
+ *
46
+ * This source code is licensed under the MIT license found in the
47
+ * LICENSE file in the root directory of this source tree.
48
+ */
49
+
50
+ /**
51
+ * [js-sha256]{@link https://github.com/emn178/js-sha256}
52
+ *
53
+ * @version 0.9.0
54
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
55
+ * @copyright Chen, Yi-Cyuan 2014-2017
56
+ * @license MIT
57
+ */
58
+
59
+ /**
60
+ * react-table
61
+ *
62
+ * Copyright (c) TanStack
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE.md file in the root directory of this source tree.
66
+ *
67
+ * @license MIT
68
+ */
69
+
70
+ /**
71
+ * table-core
72
+ *
73
+ * Copyright (c) TanStack
74
+ *
75
+ * This source code is licensed under the MIT license found in the
76
+ * LICENSE.md file in the root directory of this source tree.
77
+ *
78
+ * @license MIT
79
+ */
80
+
81
+ /** @license React v16.13.1
82
+ * react-is.production.min.js
83
+ *
84
+ * Copyright (c) Facebook, Inc. and its affiliates.
85
+ *
86
+ * This source code is licensed under the MIT license found in the
87
+ * LICENSE file in the root directory of this source tree.
88
+ */
89
+
90
+ /** @license React v17.0.2
91
+ * react-is.production.min.js
92
+ *
93
+ * Copyright (c) Facebook, Inc. and its affiliates.
94
+ *
95
+ * This source code is licensed under the MIT license found in the
96
+ * LICENSE file in the root directory of this source tree.
97
+ */
package/package.json ADDED
@@ -0,0 +1,163 @@
1
+ {
2
+ "name": "@keepeek/keepicker-react",
3
+ "version": "1.1.0",
4
+ "files": [
5
+ "dist/index.js",
6
+ "dist/license.txt"
7
+ ],
8
+ "private": false,
9
+ "dependencies": {
10
+ "@braintree/sanitize-url": "6.0.2",
11
+ "@emotion/react": "11.8.2",
12
+ "@emotion/styled": "11.8.1",
13
+ "@keepeek/api-client": "^2.56.0-beta.1",
14
+ "@keepeek/commons": "^2.3.0-beta.7",
15
+ "@keepeek/refront-components": "^6.5.0-beta.5",
16
+ "@mui/icons-material": "5.5.0",
17
+ "@mui/lab": "5.0.0-alpha.72",
18
+ "@mui/material": "5.5.3",
19
+ "@r2wc/react-to-web-component": "2.0.2",
20
+ "@react-hook/resize-observer": "1.2.5",
21
+ "@tanstack/react-table": "8.9.3",
22
+ "axios": "0.26.0",
23
+ "axios-retry": "3.3.1",
24
+ "clsx": "1.1.1",
25
+ "copy-to-clipboard": "3.3.1",
26
+ "cra-template-typescript": "1.1.3",
27
+ "dayjs": "1.10.8",
28
+ "dropzone": "6.0.0-beta.2",
29
+ "formik": "2.2.9",
30
+ "html-react-parser": "3.0.4",
31
+ "i18next": "21.6.12",
32
+ "i18next-browser-languagedetector": "^7.1.0",
33
+ "image-focus": "1.2.1",
34
+ "js-base64": "3.7.2",
35
+ "keycloak-js": "19.0.1",
36
+ "lodash": "4.17.21",
37
+ "notistack": "2.0.3",
38
+ "react": "18.2.0",
39
+ "react-canvas-confetti": "1.3.0",
40
+ "react-dom": "18.2.0",
41
+ "react-error-boundary": "3.1.4",
42
+ "react-file-drop": "3.1.3",
43
+ "react-h5-audio-player": "3.8.3",
44
+ "react-hook-form": "7.35.0",
45
+ "react-html-parser": "2.0.2",
46
+ "react-i18next": "13.0.1",
47
+ "react-pdf": "5.7.1",
48
+ "react-router-dom": "6.14.1",
49
+ "react-scripts": "5.0.1",
50
+ "react-spring": "9.4.5",
51
+ "react-zoom-pan-pinch": "2.6.1",
52
+ "recoil": "0.7.6",
53
+ "sanitize-html": "2.7.0",
54
+ "tslib": "2.3.1",
55
+ "use-debounce": "7.0.1",
56
+ "uuid": "8.3.2",
57
+ "yup": "0.32.11",
58
+ "yup-locales": "1.2.10",
59
+ "zod": "3.22.2"
60
+ },
61
+ "devDependencies": {
62
+ "@babel/plugin-proposal-private-property-in-object": "7.21.11",
63
+ "@commitlint/cli": "16.2.1",
64
+ "@commitlint/config-angular": "16.2.1",
65
+ "@semantic-release/changelog": "6.0.3",
66
+ "@semantic-release/commit-analyzer": "10.0.1",
67
+ "@semantic-release/git": "10.0.1",
68
+ "@semantic-release/npm": "9.0.0",
69
+ "@semantic-release/release-notes-generator": "11.0.4",
70
+ "@testing-library/jest-dom": "5.16.2",
71
+ "@testing-library/react": "12.1.3",
72
+ "@testing-library/user-event": "13.5.0",
73
+ "@types/jest": "27.4.1",
74
+ "@types/node": "17.0.21",
75
+ "@types/react": "18.0.27",
76
+ "@types/react-dom": "18.0.10",
77
+ "clipboardy": "2.0.0",
78
+ "cross-env": "7.0.3",
79
+ "eslint-config-react-app": "7.0.0",
80
+ "husky": "7.0.4",
81
+ "hygen": "6.2.11",
82
+ "ncp": "2.0.0",
83
+ "npm-package-json-lint": "5.4.2",
84
+ "openai": "3.3.0",
85
+ "prettier": "3.0.3",
86
+ "quicktype": "15.0.261",
87
+ "semantic-release": "19.0.2",
88
+ "serve": "13.0.2",
89
+ "source-map-explorer": "2.5.3",
90
+ "ts-jest": "27.1.3",
91
+ "ts-node": "10.6.0",
92
+ "typescript": "4.9.5"
93
+ },
94
+ "scripts": {
95
+ "prestart": "yarn generate-model-interfaces",
96
+ "start": "react-scripts start",
97
+ "prebuild": "yarn generate-model-interfaces",
98
+ "build": "react-scripts build",
99
+ "postbuild": "ncp dist/static/js/*.js dist/index.js && ncp dist/static/js/*.txt dist/license.txt",
100
+ "pretest": "yarn generate-model-interfaces",
101
+ "test": "react-scripts test",
102
+ "eject": "react-scripts eject",
103
+ "yalc:link": "yalc link @keepeek/commons && yalc link @keepeek/api-client && yalc link @keepeek/refront-components",
104
+ "lint": "npmPkgJsonLint . && eslint src --fix",
105
+ "prepare": "husky install",
106
+ "build:drupal-windows": "yarn build && copy \"build\\static\\js\\main.*.js\" \"C:\\dev\\dev\\workspaceRefront\\drupal\\js\\keepicker.js\" /Y",
107
+ "build:azure": "cross-env PUBLIC_URL='/poc-keepicker-auth/0.1.0' yarn build",
108
+ "generate-model-interfaces": "node scripts/generate_model_interfaces.js",
109
+ "analyse": "source-map-explorer 'build/static/js/*.js'",
110
+ "trad:add": "hygen trad add",
111
+ "trad:complete": "hygen trad complete & yarn lint"
112
+ },
113
+ "release": {
114
+ "branches": [
115
+ "master",
116
+ {
117
+ "name": "beta",
118
+ "prerelease": true
119
+ }
120
+ ],
121
+ "plugins": [
122
+ "@semantic-release/commit-analyzer",
123
+ "@semantic-release/release-notes-generator",
124
+ [
125
+ "@semantic-release/changelog",
126
+ {
127
+ "changelogFile": "CHANGELOG.md"
128
+ }
129
+ ],
130
+ "@semantic-release/npm",
131
+ [
132
+ "@semantic-release/git",
133
+ {
134
+ "assets": [
135
+ "CHANGELOG.md",
136
+ "package.json",
137
+ "yarn.lock"
138
+ ],
139
+ "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
140
+ }
141
+ ]
142
+ ],
143
+ "tagFormat": "${version}"
144
+ },
145
+ "eslintConfig": {
146
+ "extends": [
147
+ "react-app",
148
+ "react-app/jest"
149
+ ]
150
+ },
151
+ "browserslist": {
152
+ "production": [
153
+ ">0.2%",
154
+ "not dead",
155
+ "not op_mini all"
156
+ ],
157
+ "development": [
158
+ "last 1 chrome version",
159
+ "last 1 firefox version",
160
+ "last 1 safari version"
161
+ ]
162
+ }
163
+ }