@timum/booking 1.6.0 → 1.6.2

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/package.json CHANGED
@@ -1,181 +1,183 @@
1
- {
2
- "name": "@timum/booking",
3
- "version": "1.6.0",
4
- "next_version": "1.6.0",
5
- "current_major_version": "1",
6
- "license": "CC-BY-ND-4.0",
7
- "type": "module",
8
- "main": "build/booking.umd.cjs",
9
- "module": "build/booking.js",
10
- "exports": {
11
- ".": {
12
- "import": "./build/booking.js",
13
- "require": "./build/booking.umd.cjs"
14
- },
15
- "./component": {
16
- "import": "./build/component/booking.js",
17
- "require": "./build/component/booking.umd.cjs"
18
- }
19
- },
20
- "publishConfig": {
21
- "access": "public"
22
- },
23
- "dependencies": {
24
- "@date-io/luxon": "^2.11.1",
25
- "@fullcalendar/core": "^6.0.1",
26
- "@fullcalendar/daygrid": "^6.0.1",
27
- "@fullcalendar/list": "^6.0.1",
28
- "@fullcalendar/multimonth": "^6.1.4",
29
- "@fullcalendar/react": "^6.0.1",
30
- "@fullcalendar/timegrid": "^6.0.1",
31
- "@testing-library/jest-dom": "^5.16.4",
32
- "@testing-library/react": "^13.3.0",
33
- "@testing-library/user-event": "^13.5.0",
34
- "@timum/timum_pdk": "^2.2.0",
35
- "add-to-calendar-button": "^1.18.8",
36
- "framer-motion": "^11.0.3",
37
- "i18next": "^21.10.0",
38
- "i18next-browser-languagedetector": "^6.1.5",
39
- "i18next-locize-backend": "^6.4.1",
40
- "locize": "^3.2.1",
41
- "lodash": "4.17.21",
42
- "luxon": "^2.3.1",
43
- "markdown-to-jsx": "^7.1.9",
44
- "mui-markdown": "^1.1.9",
45
- "mui-tel-input": "^4.0.0",
46
- "prism-react-renderer": "^1.3.5",
47
- "react-bootstrap-icons": "^1.8.4",
48
- "react-countdown": "^2.3.5",
49
- "react-router": "^5.3.3",
50
- "react-router-dom": "^5.3.3",
51
- "react-scripts": "5.0.0",
52
- "react-transition-group": "^4.4.5",
53
- "react-virtualized-auto-sizer": "^1.0.6",
54
- "react-window": "^1.8.10",
55
- "reactjs-localstorage": "^1.0.1",
56
- "use-deep-compare-effect": "^1.8.1",
57
- "uuid": "^8.3.2",
58
- "web-vitals": "^2.1.4",
59
- "yup": "^0.32.11"
60
- },
61
- "peerDependencies": {
62
- "@emotion/react": ">=11.8.2",
63
- "@emotion/styled": ">=11.8.1",
64
- "@fortawesome/fontawesome-svg-core": ">=6.1.1",
65
- "@fortawesome/free-solid-svg-icons": ">=6.1.1",
66
- "@fortawesome/react-fontawesome": ">=0.1.18",
67
- "@hookform/devtools": ">=4.2.2",
68
- "@hookform/resolvers": ">=2.9.10",
69
- "@mui/icons-material": ">=5.10.9",
70
- "@mui/lab": ">=5.0.0-alpha.100",
71
- "@mui/material": ">=5.10.9",
72
- "@mui/system": ">=5.10.9",
73
- "@reduxjs/toolkit": ">=1.9.1",
74
- "material-ui-confirm": ">=3.0.4",
75
- "notistack": ">=v3.0.0-alpha.11",
76
- "react": ">=18.2.0",
77
- "react-dom": ">=18.2.0",
78
- "react-hook-form": ">=7.33.1",
79
- "react-i18next": ">=11.18.6",
80
- "react-redux": ">=8.0.2"
81
- },
82
- "resolutions": {
83
- "jest-mock": "^28.1.0"
84
- },
85
- "scripts": {
86
- "start": "vite",
87
- "build": "vite build --config vite.config.embed.js && vite build --config vite.config.component.js",
88
- "buildDev": "vite build --config vite.config.embed.js && vite build --config vite.config.component.js && ./moveBundle.bat",
89
- "serve": "vite preview",
90
- "np:preview": "np --no-cleanup --preview",
91
- "np:publish": "yarn build && np --no-cleanup",
92
- "s3:deleteCurrentVersionStage": "aws s3 rm \"s3://staging-cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_next_version%\" --recursive",
93
- "s3:deleteLatestStage": "aws s3 rm \"s3://staging-cdn.timum/bookingjs/%npm_package_current_major_version%/\" --exclude \"*\" --include \"*.*\" --exclude \"*/*\" --recursive",
94
- "s3:publishToStage": "yarn build && yarn s3:deleteCurrentVersionStage && aws s3 sync ./build/ \"s3://staging-cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_next_version%/\" && yarn s3:deleteLatestStage && aws s3 sync ./build/ \"s3://staging-cdn.timum/bookingjs/%npm_package_current_major_version%/\"",
95
- "s3:deleteLatestProd": "aws s3 rm \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%\" --exclude \"*\" --include \"*.*\" --exclude \"*/*\" --recursive",
96
- "s3:publishToProd": "yarn build && np --no-yarn --no-cleanup && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_version%/\" && yarn s3:deleteLatestProd && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/\"",
97
- "s3:publishToProdWithoutNP": "yarn build && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_version%/\" && yarn s3:deleteLatestProd && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/\"",
98
- "test": "echo \"No tests yet\"",
99
- "eject": "react-scripts eject",
100
- "storybook": "storybook dev -p 6006",
101
- "removeLastVersionTag": "git tag -d v%npm_package_next_version%",
102
- "build-storybook": "storybook build",
103
- "lint": "eslint .",
104
- "lint:fix": "eslint --fix ."
105
- },
106
- "eslintConfig": {
107
- "extends": [
108
- "react-app",
109
- "react-app/jest"
110
- ],
111
- "overrides": [
112
- {
113
- "files": [
114
- "**/*.stories.*"
115
- ],
116
- "rules": {
117
- "import/no-anonymous-default-export": "off"
118
- }
119
- }
120
- ]
121
- },
122
- "browserslist": {
123
- "production": [
124
- ">0.2%",
125
- "not dead",
126
- "not op_mini all"
127
- ],
128
- "development": [
129
- "last 1 chrome version",
130
- "last 1 firefox version",
131
- "last 1 safari version"
132
- ]
133
- },
134
- "devDependencies": {
135
- "@emotion/react": ">=11.8.2",
136
- "@emotion/styled": ">=11.8.1",
137
- "@faker-js/faker": "^7.5.0",
138
- "@fortawesome/fontawesome-svg-core": ">=6.1.1",
139
- "@fortawesome/free-solid-svg-icons": ">=6.1.1",
140
- "@fortawesome/react-fontawesome": ">=0.1.18",
141
- "@hookform/devtools": ">=4.2.2",
142
- "@hookform/resolvers": ">=2.9.10",
143
- "@mui/icons-material": ">=5.10.9",
144
- "@mui/lab": ">=5.0.0-alpha.100",
145
- "@mui/material": ">=5.10.9",
146
- "@mui/system": ">=5.10.9",
147
- "@reduxjs/toolkit": ">=1.9.1",
148
- "@storybook/addon-actions": "^7.6.17",
149
- "@storybook/addon-essentials": "^7.6.17",
150
- "@storybook/addon-interactions": "^7.6.17",
151
- "@storybook/addon-links": "^7.6.17",
152
- "@storybook/node-logger": "^7.6.17",
153
- "@storybook/react": "^7.6.17",
154
- "@storybook/react-vite": "7.6.17",
155
- "@vitejs/plugin-react": "^4.2.1",
156
- "css-loader": "^6.7.1",
157
- "eslint": "^8.17.0",
158
- "eslint-config-prettier": "^8.5.0",
159
- "eslint-plugin-prettier": "^4.0.0",
160
- "eslint-plugin-react": "^7.30.0",
161
- "eslint-plugin-react-hooks": "^4.6.0",
162
- "eslint-plugin-storybook": "^0.5.12",
163
- "material-ui-confirm": ">=3.0.4",
164
- "mini-css-extract-plugin": "^1.2.0",
165
- "msw": "^1.2.5",
166
- "msw-storybook-addon": "^1.10.0",
167
- "notistack": ">=2.0.3",
168
- "react": ">=18.0.0",
169
- "react-dom": ">=18.2.0",
170
- "react-hook-form": ">=7.33.1",
171
- "react-i18next": ">=11.18.6",
172
- "react-redux": ">=8.0.2",
173
- "rollup-plugin-sourcemaps": "^0.6.3",
174
- "storybook": "7.6.17",
175
- "vite": "^4.5.1",
176
- "vite-plugin-svgr": "^2.4.0"
177
- },
178
- "msw": {
179
- "workerDirectory": "public"
180
- }
181
- }
1
+ {
2
+ "name": "@timum/booking",
3
+ "version": "1.6.2",
4
+ "next_version": "1.6.2",
5
+ "current_major_version": "1",
6
+ "license": "CC-BY-ND-4.0",
7
+ "type": "module",
8
+ "main": "build/booking.umd.cjs",
9
+ "module": "build/booking.js",
10
+ "packageManager": "yarn@1.22.5",
11
+ "exports": {
12
+ ".": {
13
+ "import": "./build/booking.js",
14
+ "require": "./build/booking.umd.cjs"
15
+ },
16
+ "./component": {
17
+ "import": "./build/component/booking.js",
18
+ "require": "./build/component/booking.umd.cjs"
19
+ }
20
+ },
21
+ "publishConfig": {
22
+ "access": "public"
23
+ },
24
+ "dependencies": {
25
+ "@date-io/luxon": "^2.11.1",
26
+ "@fullcalendar/core": "^6.0.1",
27
+ "@fullcalendar/daygrid": "^6.0.1",
28
+ "@fullcalendar/list": "^6.0.1",
29
+ "@fullcalendar/multimonth": "^6.1.4",
30
+ "@fullcalendar/react": "^6.0.1",
31
+ "@fullcalendar/timegrid": "^6.0.1",
32
+ "@testing-library/jest-dom": "^5.16.4",
33
+ "@testing-library/react": "^13.3.0",
34
+ "@testing-library/user-event": "^13.5.0",
35
+ "@timum/timum_pdk": "^2.2.0",
36
+ "add-to-calendar-button": "^1.18.8",
37
+ "framer-motion": "^11.0.3",
38
+ "i18next": "^21.10.0",
39
+ "i18next-browser-languagedetector": "^6.1.5",
40
+ "i18next-locize-backend": "^6.4.1",
41
+ "locize": "^3.2.1",
42
+ "lodash": "4.17.21",
43
+ "luxon": "^2.3.1",
44
+ "markdown-to-jsx": "^7.1.9",
45
+ "mui-markdown": "^1.1.9",
46
+ "mui-tel-input": "^4.0.0",
47
+ "prism-react-renderer": "^1.3.5",
48
+ "react-bootstrap-icons": "^1.8.4",
49
+ "react-countdown": "^2.3.5",
50
+ "react-router": "^5.3.3",
51
+ "react-router-dom": "^5.3.3",
52
+ "react-scripts": "5.0.0",
53
+ "react-transition-group": "^4.4.5",
54
+ "react-virtualized-auto-sizer": "^1.0.6",
55
+ "react-window": "^1.8.10",
56
+ "reactjs-localstorage": "^1.0.1",
57
+ "use-deep-compare-effect": "^1.8.1",
58
+ "uuid": "^8.3.2",
59
+ "web-vitals": "^2.1.4",
60
+ "yup": "^0.32.11"
61
+ },
62
+ "peerDependencies": {
63
+ "@emotion/react": ">=11.8.2",
64
+ "@emotion/styled": ">=11.8.1",
65
+ "@fortawesome/fontawesome-svg-core": ">=6.1.1",
66
+ "@fortawesome/free-solid-svg-icons": ">=6.1.1",
67
+ "@fortawesome/react-fontawesome": ">=0.1.18",
68
+ "@hookform/devtools": ">=4.2.2",
69
+ "@hookform/resolvers": ">=2.9.10",
70
+ "@mui/icons-material": ">=5.10.9",
71
+ "@mui/lab": ">=5.0.0-alpha.100",
72
+ "@mui/material": ">=5.10.9",
73
+ "@mui/system": ">=5.10.9",
74
+ "@reduxjs/toolkit": ">=1.9.1",
75
+ "material-ui-confirm": ">=3.0.4",
76
+ "notistack": ">=v3.0.0-alpha.11",
77
+ "react": ">=18.2.0",
78
+ "react-dom": ">=18.2.0",
79
+ "react-hook-form": ">=7.33.1",
80
+ "react-i18next": ">=11.18.6",
81
+ "react-redux": ">=8.0.2"
82
+ },
83
+ "resolutions": {
84
+ "jest-mock": "^28.1.0"
85
+ },
86
+ "scripts": {
87
+ "start": "vite",
88
+ "build": "vite build --config vite.config.embed.js && vite build --config vite.config.component.js",
89
+ "buildDev": "vite build --config vite.config.embed.js && vite build --config vite.config.component.js && ./moveBundle.bat",
90
+ "serve": "vite preview",
91
+ "np:preview": "np --no-cleanup --preview",
92
+ "np:publish": "yarn build && np --no-cleanup",
93
+ "s3:deleteCurrentVersionStage": "aws s3 rm \"s3://staging-cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_next_version%\" --recursive",
94
+ "s3:deleteLatestStage": "aws s3 rm \"s3://staging-cdn.timum/bookingjs/%npm_package_current_major_version%/\" --exclude \"*\" --include \"*.*\" --exclude \"*/*\" --recursive",
95
+ "s3:publishToStage": "yarn build && yarn s3:deleteCurrentVersionStage && aws s3 sync ./build/ \"s3://staging-cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_next_version%/\" && yarn s3:deleteLatestStage && aws s3 sync ./build/ \"s3://staging-cdn.timum/bookingjs/%npm_package_current_major_version%/\"",
96
+ "s3:deleteLatestProd": "aws s3 rm \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%\" --exclude \"*\" --include \"*.*\" --exclude \"*/*\" --recursive",
97
+ "s3:publishToProd": "yarn build && np --no-yarn --no-cleanup && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_version%/\" && yarn s3:deleteLatestProd && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/\"",
98
+ "s3:publishToProdWithoutNP": "yarn build && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_version%/\" && yarn s3:deleteLatestProd && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/\"",
99
+ "test": "echo \"No tests yet\"",
100
+ "eject": "react-scripts eject",
101
+ "storybook": "storybook dev -p 6006",
102
+ "removeLastVersionTag": "git tag -d v%npm_package_next_version%",
103
+ "build-storybook": "storybook build",
104
+ "lint": "eslint .",
105
+ "lint:fix": "eslint --fix ."
106
+ },
107
+ "eslintConfig": {
108
+ "extends": [
109
+ "react-app",
110
+ "react-app/jest"
111
+ ],
112
+ "overrides": [
113
+ {
114
+ "files": [
115
+ "**/*.stories.*"
116
+ ],
117
+ "rules": {
118
+ "import/no-anonymous-default-export": "off"
119
+ }
120
+ }
121
+ ]
122
+ },
123
+ "browserslist": {
124
+ "production": [
125
+ ">0.2%",
126
+ "not dead",
127
+ "not op_mini all"
128
+ ],
129
+ "development": [
130
+ "last 1 chrome version",
131
+ "last 1 firefox version",
132
+ "last 1 safari version"
133
+ ]
134
+ },
135
+ "devDependencies": {
136
+ "@emotion/react": ">=11.8.2",
137
+ "@emotion/styled": ">=11.8.1",
138
+ "@faker-js/faker": "^7.5.0",
139
+ "@fortawesome/fontawesome-svg-core": ">=6.1.1",
140
+ "@fortawesome/free-solid-svg-icons": ">=6.1.1",
141
+ "@fortawesome/react-fontawesome": ">=0.1.18",
142
+ "@hookform/devtools": ">=4.2.2",
143
+ "@hookform/resolvers": ">=2.9.10",
144
+ "@mui/icons-material": ">=5.10.9",
145
+ "@mui/lab": ">=5.0.0-alpha.100",
146
+ "@mui/material": ">=5.10.9",
147
+ "@mui/system": ">=5.10.9",
148
+ "@reduxjs/toolkit": ">=1.9.1",
149
+ "@storybook/addon-actions": "^7.6.17",
150
+ "@storybook/addon-essentials": "^7.6.17",
151
+ "@storybook/addon-interactions": "^7.6.17",
152
+ "@storybook/addon-links": "^7.6.17",
153
+ "@storybook/node-logger": "^7.6.17",
154
+ "@storybook/react": "^7.6.17",
155
+ "@storybook/react-vite": "7.6.17",
156
+ "@vitejs/plugin-react": "^4.2.1",
157
+ "css-loader": "^6.7.1",
158
+ "eslint": "^8.17.0",
159
+ "eslint-config-prettier": "^8.5.0",
160
+ "eslint-plugin-prettier": "^4.0.0",
161
+ "eslint-plugin-react": "^7.30.0",
162
+ "eslint-plugin-react-hooks": "^4.6.0",
163
+ "eslint-plugin-storybook": "^0.5.12",
164
+ "material-ui-confirm": ">=3.0.4",
165
+ "mini-css-extract-plugin": "^1.2.0",
166
+ "msw": "^1.2.5",
167
+ "msw-storybook-addon": "^1.10.0",
168
+ "notistack": ">=2.0.3",
169
+ "np": "^10.0.2",
170
+ "react": ">=18.0.0",
171
+ "react-dom": ">=18.2.0",
172
+ "react-hook-form": ">=7.33.1",
173
+ "react-i18next": ">=11.18.6",
174
+ "react-redux": ">=8.0.2",
175
+ "rollup-plugin-sourcemaps": "^0.6.3",
176
+ "storybook": "7.6.17",
177
+ "vite": "^4.5.1",
178
+ "vite-plugin-svgr": "^2.4.0"
179
+ },
180
+ "msw": {
181
+ "workerDirectory": "public"
182
+ }
183
+ }