hart-estate-widget 2.5.39 → 2.5.41
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 +255 -255
- package/build/widget.bundle.js +1 -1
- package/build/widget.bundle.js.LICENSE.txt +0 -10
- package/build/widget.module.js +1 -1
- package/build/widget.module.js.LICENSE.txt +0 -10
- package/package.json +67 -67
@@ -4,16 +4,6 @@ object-assign
|
|
4
4
|
@license MIT
|
5
5
|
*/
|
6
6
|
|
7
|
-
/*!
|
8
|
-
* GSAP 3.12.5
|
9
|
-
* https://gsap.com
|
10
|
-
*
|
11
|
-
* @license Copyright 2008-2024, GreenSock. All rights reserved.
|
12
|
-
* Subject to the terms at https://gsap.com/standard-license or for
|
13
|
-
* Club GSAP members, the agreement issued with that membership.
|
14
|
-
* @author: Jack Doyle, jack@greensock.com
|
15
|
-
*/
|
16
|
-
|
17
7
|
/*!
|
18
8
|
fflate - fast JavaScript compression/decompression
|
19
9
|
<https://101arrowz.github.io/fflate>
|
package/package.json
CHANGED
@@ -1,67 +1,67 @@
|
|
1
|
-
{
|
2
|
-
"name": "hart-estate-widget",
|
3
|
-
"description": "HART Estate widget",
|
4
|
-
"author": "HART",
|
5
|
-
"keywords": [
|
6
|
-
"estate",
|
7
|
-
"widget",
|
8
|
-
"hart"
|
9
|
-
],
|
10
|
-
"sideEffects": [
|
11
|
-
"*.sass"
|
12
|
-
],
|
13
|
-
"version": "2.5.
|
14
|
-
"private": false,
|
15
|
-
"main": "build/widget.module.js",
|
16
|
-
"module": "build/widget.module.js",
|
17
|
-
"files": [
|
18
|
-
"build",
|
19
|
-
"README.md"
|
20
|
-
],
|
21
|
-
"scripts": {
|
22
|
-
"cleanup": "rm -rf build",
|
23
|
-
"start": "npm run cleanup && webpack-dev-server --config webpack-development.config.js",
|
24
|
-
"build": "npm run cleanup && webpack --config webpack-production.config.js",
|
25
|
-
"local-tunnel": "Lt --port 9000 --subdomain estate-widget --local-host localhost"
|
26
|
-
},
|
27
|
-
"devDependencies": {
|
28
|
-
"@babel/core": "^7.17.0",
|
29
|
-
"@babel/eslint-parser": "^7.16.3",
|
30
|
-
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
31
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
32
|
-
"@babel/preset-env": "^7.16.11",
|
33
|
-
"@babel/preset-react": "^7.18.6",
|
34
|
-
"@fontsource/roboto-mono": "^4.5.8",
|
35
|
-
"babel-loader": "^8.2.5",
|
36
|
-
"camera-controls": "^2.7.3",
|
37
|
-
"css-loader": "^6.6.0",
|
38
|
-
"eslint": "^8.0.0",
|
39
|
-
"eslint-config-prettier": "^8.5.0",
|
40
|
-
"eslint-config-react-app": "^7.0.0",
|
41
|
-
"eslint-plugin-prettier": "^5.0.0",
|
42
|
-
"eslint-plugin-react": "^7.28.0",
|
43
|
-
"geometric": "^2.2.10",
|
44
|
-
"gsap": "^3.12.5",
|
45
|
-
"mobx": "^6.3.13",
|
46
|
-
"mobx-react-lite": "^3.2.3",
|
47
|
-
"panzoom": "^9.4.2",
|
48
|
-
"path": "^0.12.7",
|
49
|
-
"react": "^17.0.2",
|
50
|
-
"react-dom": "^17.0.2",
|
51
|
-
"react-select": "^5.7.2",
|
52
|
-
"sass": "^1.46.0",
|
53
|
-
"sass-loader": "^12.4.0",
|
54
|
-
"screenfull": "^6.0.1",
|
55
|
-
"style-loader": "^3.3.1",
|
56
|
-
"three": "^0.158.0",
|
57
|
-
"ua-parser-js": "^1.0.2",
|
58
|
-
"webpack": "^5.74.0",
|
59
|
-
"webpack-cli": "^4.10.0",
|
60
|
-
"webpack-dev-server": "^4.7.4"
|
61
|
-
},
|
62
|
-
"browserslist": [
|
63
|
-
">0.2%",
|
64
|
-
"not dead",
|
65
|
-
"not op_mini all"
|
66
|
-
]
|
67
|
-
}
|
1
|
+
{
|
2
|
+
"name": "hart-estate-widget",
|
3
|
+
"description": "HART Estate widget",
|
4
|
+
"author": "HART",
|
5
|
+
"keywords": [
|
6
|
+
"estate",
|
7
|
+
"widget",
|
8
|
+
"hart"
|
9
|
+
],
|
10
|
+
"sideEffects": [
|
11
|
+
"*.sass"
|
12
|
+
],
|
13
|
+
"version": "2.5.41",
|
14
|
+
"private": false,
|
15
|
+
"main": "build/widget.module.js",
|
16
|
+
"module": "build/widget.module.js",
|
17
|
+
"files": [
|
18
|
+
"build",
|
19
|
+
"README.md"
|
20
|
+
],
|
21
|
+
"scripts": {
|
22
|
+
"cleanup": "rm -rf build",
|
23
|
+
"start": "npm run cleanup && webpack-dev-server --config webpack-development.config.js",
|
24
|
+
"build": "npm run cleanup && webpack --config webpack-production.config.js",
|
25
|
+
"local-tunnel": "Lt --port 9000 --subdomain estate-widget --local-host localhost"
|
26
|
+
},
|
27
|
+
"devDependencies": {
|
28
|
+
"@babel/core": "^7.17.0",
|
29
|
+
"@babel/eslint-parser": "^7.16.3",
|
30
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
31
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
32
|
+
"@babel/preset-env": "^7.16.11",
|
33
|
+
"@babel/preset-react": "^7.18.6",
|
34
|
+
"@fontsource/roboto-mono": "^4.5.8",
|
35
|
+
"babel-loader": "^8.2.5",
|
36
|
+
"camera-controls": "^2.7.3",
|
37
|
+
"css-loader": "^6.6.0",
|
38
|
+
"eslint": "^8.0.0",
|
39
|
+
"eslint-config-prettier": "^8.5.0",
|
40
|
+
"eslint-config-react-app": "^7.0.0",
|
41
|
+
"eslint-plugin-prettier": "^5.0.0",
|
42
|
+
"eslint-plugin-react": "^7.28.0",
|
43
|
+
"geometric": "^2.2.10",
|
44
|
+
"gsap": "^3.12.5",
|
45
|
+
"mobx": "^6.3.13",
|
46
|
+
"mobx-react-lite": "^3.2.3",
|
47
|
+
"panzoom": "^9.4.2",
|
48
|
+
"path": "^0.12.7",
|
49
|
+
"react": "^17.0.2",
|
50
|
+
"react-dom": "^17.0.2",
|
51
|
+
"react-select": "^5.7.2",
|
52
|
+
"sass": "^1.46.0",
|
53
|
+
"sass-loader": "^12.4.0",
|
54
|
+
"screenfull": "^6.0.1",
|
55
|
+
"style-loader": "^3.3.1",
|
56
|
+
"three": "^0.158.0",
|
57
|
+
"ua-parser-js": "^1.0.2",
|
58
|
+
"webpack": "^5.74.0",
|
59
|
+
"webpack-cli": "^4.10.0",
|
60
|
+
"webpack-dev-server": "^4.7.4"
|
61
|
+
},
|
62
|
+
"browserslist": [
|
63
|
+
">0.2%",
|
64
|
+
"not dead",
|
65
|
+
"not op_mini all"
|
66
|
+
]
|
67
|
+
}
|