holidoit 1.0.111 → 1.0.115
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/README.md +13 -13
- package/dist/holidoit.umd.js +2 -2
- package/package.json +116 -116
package/package.json
CHANGED
|
@@ -1,116 +1,116 @@
|
|
|
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.
|
|
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
|
-
"tailwindcss-rem-to-px": "^0.1.1"
|
|
57
|
-
},
|
|
58
|
-
"devDependencies": {
|
|
59
|
-
"@babel/core": "^7.22.10",
|
|
60
|
-
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
61
|
-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
62
|
-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
63
|
-
"@babel/plugin-transform-react-jsx": "^7.24.7",
|
|
64
|
-
"@babel/plugin-transform-runtime": "^7.22.10",
|
|
65
|
-
"@babel/preset-env": "^7.22.10",
|
|
66
|
-
"@babel/preset-react": "^7.22.5",
|
|
67
|
-
"@babel/preset-typescript": "^7.22.5",
|
|
68
|
-
"@babel/runtime": "^7.22.10",
|
|
69
|
-
"@types/eslint": "^8.44.6",
|
|
70
|
-
"@types/node": "18.6.2",
|
|
71
|
-
"@types/react": "^18.2.78",
|
|
72
|
-
"@types/react-dom": "^18.2.25",
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
74
|
-
"@typescript-eslint/parser": "^6.19.0",
|
|
75
|
-
"antd-dayjs-webpack-plugin": "^1.0.6",
|
|
76
|
-
"autoprefixer": "^10.4.12",
|
|
77
|
-
"babel-eslint": "10.1.0",
|
|
78
|
-
"babel-loader": "^8.0.6",
|
|
79
|
-
"babel-plugin-import": "^1.13.0",
|
|
80
|
-
"babel-preset-nano-react-app": "^0.1.0",
|
|
81
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
82
|
-
"css-loader": "^6.9.1",
|
|
83
|
-
"cssnano": "^6.0.3",
|
|
84
|
-
"dotenv-webpack": "^8.1.0",
|
|
85
|
-
"eslint": "8.56.0",
|
|
86
|
-
"eslint-config-prettier": "^8.5.0",
|
|
87
|
-
"eslint-plugin-compat": "^4.1.4",
|
|
88
|
-
"eslint-plugin-jest": "^27.2.3",
|
|
89
|
-
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
90
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
91
|
-
"eslint-plugin-react": "^7.30.1",
|
|
92
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
93
|
-
"html-webpack-plugin": "^5.6.0",
|
|
94
|
-
"less": "^3.12.2",
|
|
95
|
-
"less-loader": "^7.0.2",
|
|
96
|
-
"license-webpack-plugin": "^4.0.2",
|
|
97
|
-
"postcss": "^8.4.18",
|
|
98
|
-
"postcss-loader": "^8.0.0",
|
|
99
|
-
"postcss-preset-env": "^9.3.0",
|
|
100
|
-
"prettier": "^3.2.5",
|
|
101
|
-
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
102
|
-
"sass-loader": "^10.0.1",
|
|
103
|
-
"style-loader": "^3.3.4",
|
|
104
|
-
"tailwindcss": "^3.3.3",
|
|
105
|
-
"terser-webpack-plugin": "^5.3.10",
|
|
106
|
-
"ts-loader": "^9.5.1",
|
|
107
|
-
"typescript": "4.7.4",
|
|
108
|
-
"webpack": "^5.90.0",
|
|
109
|
-
"webpack-bundle-analyzer": "^4.10.2",
|
|
110
|
-
"webpack-cli": "^5.1.4",
|
|
111
|
-
"webpack-dev-server": "^4.15.1"
|
|
112
|
-
},
|
|
113
|
-
"browserslist": [
|
|
114
|
-
"> 0.5%, last 2 versions, Firefox ESR, not dead, IE 11"
|
|
115
|
-
]
|
|
116
|
-
}
|
|
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.115",
|
|
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
|
+
"tailwindcss-rem-to-px": "^0.1.1"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@babel/core": "^7.22.10",
|
|
60
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
61
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
62
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
63
|
+
"@babel/plugin-transform-react-jsx": "^7.24.7",
|
|
64
|
+
"@babel/plugin-transform-runtime": "^7.22.10",
|
|
65
|
+
"@babel/preset-env": "^7.22.10",
|
|
66
|
+
"@babel/preset-react": "^7.22.5",
|
|
67
|
+
"@babel/preset-typescript": "^7.22.5",
|
|
68
|
+
"@babel/runtime": "^7.22.10",
|
|
69
|
+
"@types/eslint": "^8.44.6",
|
|
70
|
+
"@types/node": "18.6.2",
|
|
71
|
+
"@types/react": "^18.2.78",
|
|
72
|
+
"@types/react-dom": "^18.2.25",
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
74
|
+
"@typescript-eslint/parser": "^6.19.0",
|
|
75
|
+
"antd-dayjs-webpack-plugin": "^1.0.6",
|
|
76
|
+
"autoprefixer": "^10.4.12",
|
|
77
|
+
"babel-eslint": "10.1.0",
|
|
78
|
+
"babel-loader": "^8.0.6",
|
|
79
|
+
"babel-plugin-import": "^1.13.0",
|
|
80
|
+
"babel-preset-nano-react-app": "^0.1.0",
|
|
81
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
82
|
+
"css-loader": "^6.9.1",
|
|
83
|
+
"cssnano": "^6.0.3",
|
|
84
|
+
"dotenv-webpack": "^8.1.0",
|
|
85
|
+
"eslint": "8.56.0",
|
|
86
|
+
"eslint-config-prettier": "^8.5.0",
|
|
87
|
+
"eslint-plugin-compat": "^4.1.4",
|
|
88
|
+
"eslint-plugin-jest": "^27.2.3",
|
|
89
|
+
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
90
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
91
|
+
"eslint-plugin-react": "^7.30.1",
|
|
92
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
93
|
+
"html-webpack-plugin": "^5.6.0",
|
|
94
|
+
"less": "^3.12.2",
|
|
95
|
+
"less-loader": "^7.0.2",
|
|
96
|
+
"license-webpack-plugin": "^4.0.2",
|
|
97
|
+
"postcss": "^8.4.18",
|
|
98
|
+
"postcss-loader": "^8.0.0",
|
|
99
|
+
"postcss-preset-env": "^9.3.0",
|
|
100
|
+
"prettier": "^3.2.5",
|
|
101
|
+
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
102
|
+
"sass-loader": "^10.0.1",
|
|
103
|
+
"style-loader": "^3.3.4",
|
|
104
|
+
"tailwindcss": "^3.3.3",
|
|
105
|
+
"terser-webpack-plugin": "^5.3.10",
|
|
106
|
+
"ts-loader": "^9.5.1",
|
|
107
|
+
"typescript": "4.7.4",
|
|
108
|
+
"webpack": "^5.90.0",
|
|
109
|
+
"webpack-bundle-analyzer": "^4.10.2",
|
|
110
|
+
"webpack-cli": "^5.1.4",
|
|
111
|
+
"webpack-dev-server": "^4.15.1"
|
|
112
|
+
},
|
|
113
|
+
"browserslist": [
|
|
114
|
+
"> 0.5%, last 2 versions, Firefox ESR, not dead, IE 11"
|
|
115
|
+
]
|
|
116
|
+
}
|