holidoit 1.0.67 → 1.0.69

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,114 +1,115 @@
1
- {
2
- "name": "holidoit",
3
- "author": "luca@holidoit.com",
4
- "description": "Holidoit-js allows you to embed a booking box into your website.",
5
- "repository": "https://github.com/holidoit/holidoit-js",
6
- "private": false,
7
- "scripts": {
8
- "dev": "webpack serve --hot --port 3001",
9
- "prepublishOnly": "webpack --mode=production",
10
- "build": "webpack --mode=production",
11
- "npm-minor": "npm version patch",
12
- "npm-publish": "npm publish"
13
- },
14
- "version": "1.0.67",
15
- "main": "dist/holidoit.umd.js",
16
- "module": "dist/holidoit.es5.js",
17
- "types": "dist/types/holidoit.d.ts",
18
- "files": [
19
- "dist"
20
- ],
21
- "moduleFileExtensions": [
22
- "ts",
23
- "tsx",
24
- "js"
25
- ],
26
- "publishConfig": {
27
- "access": "public",
28
- "registry": "https://registry.npmjs.org"
29
- },
30
- "dependencies": {
31
- "@heroicons/react": "^2.0.16",
32
- "@paypal/react-paypal-js": "^8.1.3",
33
- "@preact/compat": "^17.1.2",
34
- "@radix-ui/react-icons": "^1.2.0",
35
- "@statoscope/webpack-plugin": "^5.28.2",
36
- "@stripe/react-stripe-js": "^1.16.5",
37
- "@stripe/stripe-js": "^1.47.0",
38
- "@types/sanitize-html": "^2.11.0",
39
- "@types/swiper": "^6.0.0",
40
- "antd": "^5.17.0",
41
- "clsx": "^1.2.1",
42
- "html5parser": "^2.0.2",
43
- "i18next": "^23.11.4",
44
- "preact": "^10.22.0",
45
- "react-custom-scrollbars-2": "^4.5.0",
46
- "react-hook-form": "^7.42.1",
47
- "react-i18next": "^14.1.1",
48
- "react-phone-number-input": "^3.2.11",
49
- "react-swipeable": "^7.0.1",
50
- "sanitize-html": "^2.13.0",
51
- "sass": "^1.70.0",
52
- "swiper": "^11.1.1",
53
- "swr": "2.0.3",
54
- "tailwind-scrollbar-hide": "^1.1.7"
55
- },
56
- "devDependencies": {
57
- "@babel/core": "^7.22.10",
58
- "@babel/plugin-proposal-class-properties": "^7.18.6",
59
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
60
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
61
- "@babel/plugin-transform-react-jsx": "^7.24.7",
62
- "@babel/plugin-transform-runtime": "^7.22.10",
63
- "@babel/preset-env": "^7.22.10",
64
- "@babel/preset-react": "^7.22.5",
65
- "@babel/preset-typescript": "^7.22.5",
66
- "@babel/runtime": "^7.22.10",
67
- "@types/eslint": "^8.44.6",
68
- "@types/node": "18.6.2",
69
- "@types/react": "^18.2.78",
70
- "@types/react-dom": "^18.2.25",
71
- "@typescript-eslint/eslint-plugin": "^6.19.0",
72
- "@typescript-eslint/parser": "^6.19.0",
73
- "antd-dayjs-webpack-plugin": "^1.0.6",
74
- "autoprefixer": "^10.4.12",
75
- "babel-eslint": "10.1.0",
76
- "babel-loader": "^8.0.6",
77
- "babel-plugin-import": "^1.13.0",
78
- "babel-preset-nano-react-app": "^0.1.0",
79
- "clean-webpack-plugin": "^4.0.0",
80
- "css-loader": "^6.9.1",
81
- "cssnano": "^6.0.3",
82
- "dotenv-webpack": "^8.1.0",
83
- "eslint": "8.56.0",
84
- "eslint-config-prettier": "^8.5.0",
85
- "eslint-plugin-compat": "^4.1.4",
86
- "eslint-plugin-jest": "^27.2.3",
87
- "eslint-plugin-no-only-tests": "^3.1.0",
88
- "eslint-plugin-prettier": "^4.2.1",
89
- "eslint-plugin-react": "^7.30.1",
90
- "eslint-plugin-react-hooks": "^4.6.0",
91
- "html-webpack-plugin": "^5.6.0",
92
- "less": "^3.12.2",
93
- "less-loader": "^7.0.2",
94
- "license-webpack-plugin": "^4.0.2",
95
- "postcss": "^8.4.18",
96
- "postcss-loader": "^8.0.0",
97
- "postcss-preset-env": "^9.3.0",
98
- "prettier": "^3.2.5",
99
- "prettier-plugin-tailwindcss": "^0.5.14",
100
- "sass-loader": "^10.0.1",
101
- "style-loader": "^3.3.4",
102
- "tailwindcss": "^3.3.3",
103
- "terser-webpack-plugin": "^5.3.10",
104
- "ts-loader": "^9.5.1",
105
- "typescript": "4.7.4",
106
- "webpack": "^5.90.0",
107
- "webpack-bundle-analyzer": "^4.10.2",
108
- "webpack-cli": "^5.1.4",
109
- "webpack-dev-server": "^4.15.1"
110
- },
111
- "browserslist": [
112
- "> 0.5%, last 2 versions, Firefox ESR, not dead, IE 11"
113
- ]
114
- }
1
+ {
2
+ "name": "holidoit",
3
+ "author": "luca@holidoit.com",
4
+ "description": "Holidoit-js allows you to embed a booking box into your website.",
5
+ "repository": "https://github.com/holidoit/holidoit-js",
6
+ "private": false,
7
+ "scripts": {
8
+ "dev": "webpack serve --hot --port 3001",
9
+ "prepublishOnly": "webpack --mode=production",
10
+ "build": "webpack --mode=production",
11
+ "npm-minor": "npm version patch",
12
+ "npm-publish": "npm publish"
13
+ },
14
+ "version": "1.0.69",
15
+ "main": "dist/holidoit.umd.js",
16
+ "module": "dist/holidoit.es5.js",
17
+ "types": "dist/types/holidoit.d.ts",
18
+ "files": [
19
+ "dist"
20
+ ],
21
+ "moduleFileExtensions": [
22
+ "ts",
23
+ "tsx",
24
+ "js"
25
+ ],
26
+ "publishConfig": {
27
+ "access": "public",
28
+ "registry": "https://registry.npmjs.org"
29
+ },
30
+ "dependencies": {
31
+ "@heroicons/react": "^2.0.16",
32
+ "@paypal/react-paypal-js": "^8.1.3",
33
+ "@preact/compat": "^17.1.2",
34
+ "@radix-ui/react-icons": "^1.2.0",
35
+ "@statoscope/webpack-plugin": "^5.28.2",
36
+ "@stripe/react-stripe-js": "^1.16.5",
37
+ "@stripe/stripe-js": "^1.47.0",
38
+ "@types/sanitize-html": "^2.11.0",
39
+ "@types/swiper": "^6.0.0",
40
+ "antd": "^5.17.0",
41
+ "clsx": "^1.2.1",
42
+ "html-react-parser": "^5.1.18",
43
+ "html5parser": "^2.0.2",
44
+ "i18next": "^23.11.4",
45
+ "preact": "^10.22.0",
46
+ "react-custom-scrollbars-2": "^4.5.0",
47
+ "react-hook-form": "^7.42.1",
48
+ "react-i18next": "^14.1.1",
49
+ "react-phone-number-input": "^3.2.11",
50
+ "react-swipeable": "^7.0.1",
51
+ "sanitize-html": "^2.13.0",
52
+ "sass": "^1.70.0",
53
+ "swiper": "^11.1.1",
54
+ "swr": "2.0.3",
55
+ "tailwind-scrollbar-hide": "^1.1.7"
56
+ },
57
+ "devDependencies": {
58
+ "@babel/core": "^7.22.10",
59
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
60
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
61
+ "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
62
+ "@babel/plugin-transform-react-jsx": "^7.24.7",
63
+ "@babel/plugin-transform-runtime": "^7.22.10",
64
+ "@babel/preset-env": "^7.22.10",
65
+ "@babel/preset-react": "^7.22.5",
66
+ "@babel/preset-typescript": "^7.22.5",
67
+ "@babel/runtime": "^7.22.10",
68
+ "@types/eslint": "^8.44.6",
69
+ "@types/node": "18.6.2",
70
+ "@types/react": "^18.2.78",
71
+ "@types/react-dom": "^18.2.25",
72
+ "@typescript-eslint/eslint-plugin": "^6.19.0",
73
+ "@typescript-eslint/parser": "^6.19.0",
74
+ "antd-dayjs-webpack-plugin": "^1.0.6",
75
+ "autoprefixer": "^10.4.12",
76
+ "babel-eslint": "10.1.0",
77
+ "babel-loader": "^8.0.6",
78
+ "babel-plugin-import": "^1.13.0",
79
+ "babel-preset-nano-react-app": "^0.1.0",
80
+ "clean-webpack-plugin": "^4.0.0",
81
+ "css-loader": "^6.9.1",
82
+ "cssnano": "^6.0.3",
83
+ "dotenv-webpack": "^8.1.0",
84
+ "eslint": "8.56.0",
85
+ "eslint-config-prettier": "^8.5.0",
86
+ "eslint-plugin-compat": "^4.1.4",
87
+ "eslint-plugin-jest": "^27.2.3",
88
+ "eslint-plugin-no-only-tests": "^3.1.0",
89
+ "eslint-plugin-prettier": "^4.2.1",
90
+ "eslint-plugin-react": "^7.30.1",
91
+ "eslint-plugin-react-hooks": "^4.6.0",
92
+ "html-webpack-plugin": "^5.6.0",
93
+ "less": "^3.12.2",
94
+ "less-loader": "^7.0.2",
95
+ "license-webpack-plugin": "^4.0.2",
96
+ "postcss": "^8.4.18",
97
+ "postcss-loader": "^8.0.0",
98
+ "postcss-preset-env": "^9.3.0",
99
+ "prettier": "^3.2.5",
100
+ "prettier-plugin-tailwindcss": "^0.5.14",
101
+ "sass-loader": "^10.0.1",
102
+ "style-loader": "^3.3.4",
103
+ "tailwindcss": "^3.3.3",
104
+ "terser-webpack-plugin": "^5.3.10",
105
+ "ts-loader": "^9.5.1",
106
+ "typescript": "4.7.4",
107
+ "webpack": "^5.90.0",
108
+ "webpack-bundle-analyzer": "^4.10.2",
109
+ "webpack-cli": "^5.1.4",
110
+ "webpack-dev-server": "^4.15.1"
111
+ },
112
+ "browserslist": [
113
+ "> 0.5%, last 2 versions, Firefox ESR, not dead, IE 11"
114
+ ]
115
+ }