hart-estate-widget 1.1.6 → 2.0.4
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.
@@ -4,6 +4,13 @@ object-assign
|
|
4
4
|
@license MIT
|
5
5
|
*/
|
6
6
|
|
7
|
+
/*!
|
8
|
+
fflate - fast JavaScript compression/decompression
|
9
|
+
<https://101arrowz.github.io/fflate>
|
10
|
+
Licensed under MIT. https://github.com/101arrowz/fflate/blob/master/LICENSE
|
11
|
+
version 0.6.9
|
12
|
+
*/
|
13
|
+
|
7
14
|
/** @license React v0.20.2
|
8
15
|
* scheduler.production.min.js
|
9
16
|
*
|
@@ -39,5 +46,3 @@ object-assign
|
|
39
46
|
* This source code is licensed under the MIT license found in the
|
40
47
|
* LICENSE file in the root directory of this source tree.
|
41
48
|
*/
|
42
|
-
|
43
|
-
//!\ DECLARE ALIAS AFTER assign prototype !
|
package/package.json
CHANGED
@@ -1,66 +1,66 @@
|
|
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": "
|
14
|
-
"private": false,
|
15
|
-
"main": "build/widget.module.js",
|
16
|
-
"module": "build/widget.module.js",
|
17
|
-
"files": [
|
18
|
-
"build",
|
19
|
-
"README.md"
|
20
|
-
],
|
21
|
-
"
|
22
|
-
"
|
23
|
-
|
24
|
-
|
25
|
-
"
|
26
|
-
|
27
|
-
|
28
|
-
"
|
29
|
-
|
30
|
-
|
31
|
-
"@babel/
|
32
|
-
"@babel/
|
33
|
-
"@babel/
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"
|
39
|
-
"eslint": "^
|
40
|
-
"eslint-
|
41
|
-
"eslint-plugin-react": "^7.28.0",
|
42
|
-
"path": "^0.12.7",
|
43
|
-
"sass": "^1.46.0",
|
44
|
-
"sass-loader": "^12.4.0",
|
45
|
-
"style-loader": "^3.3.1",
|
46
|
-
"
|
47
|
-
"webpack
|
48
|
-
"webpack-
|
49
|
-
"
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"mobx
|
53
|
-
"
|
54
|
-
"panzoom": "^9.4.2",
|
55
|
-
"react": "^17.0.2",
|
56
|
-
"react-dom": "^17.0.2",
|
57
|
-
"react-select": "^5.7.2",
|
58
|
-
"screenfull": "^6.0.1",
|
59
|
-
"ua-parser-js": "^1.0.2"
|
60
|
-
},
|
61
|
-
"browserslist": [
|
62
|
-
">0.2%",
|
63
|
-
"not dead",
|
64
|
-
"not op_mini all"
|
65
|
-
]
|
66
|
-
}
|
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.0.4",
|
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
|
+
"babel-loader": "^8.2.5",
|
35
|
+
"camera-controls": "^2.7.3",
|
36
|
+
"css-loader": "^6.6.0",
|
37
|
+
"eslint": "^8.0.0",
|
38
|
+
"eslint-config-prettier": "^8.5.0",
|
39
|
+
"eslint-config-react-app": "^7.0.0",
|
40
|
+
"eslint-plugin-prettier": "^5.0.0",
|
41
|
+
"eslint-plugin-react": "^7.28.0",
|
42
|
+
"path": "^0.12.7",
|
43
|
+
"sass": "^1.46.0",
|
44
|
+
"sass-loader": "^12.4.0",
|
45
|
+
"style-loader": "^3.3.1",
|
46
|
+
"three": "^0.158.0",
|
47
|
+
"webpack": "^5.74.0",
|
48
|
+
"webpack-cli": "^4.10.0",
|
49
|
+
"webpack-dev-server": "^4.7.4",
|
50
|
+
"@fontsource/roboto-mono": "^4.5.8",
|
51
|
+
"geometric": "^2.2.10",
|
52
|
+
"mobx": "^6.3.13",
|
53
|
+
"mobx-react-lite": "^3.2.3",
|
54
|
+
"panzoom": "^9.4.2",
|
55
|
+
"react": "^17.0.2",
|
56
|
+
"react-dom": "^17.0.2",
|
57
|
+
"react-select": "^5.7.2",
|
58
|
+
"screenfull": "^6.0.1",
|
59
|
+
"ua-parser-js": "^1.0.2"
|
60
|
+
},
|
61
|
+
"browserslist": [
|
62
|
+
">0.2%",
|
63
|
+
"not dead",
|
64
|
+
"not op_mini all"
|
65
|
+
]
|
66
|
+
}
|