hart-estate-widget 3.6.0 → 3.7.0

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,82 +1,82 @@
1
- {
2
- "name": "hart-estate-widget",
3
- "description": "HART Estate widget",
4
- "author": "HART",
5
- "license": "GPL-3.0",
6
- "keywords": [
7
- "estate",
8
- "widget",
9
- "hart"
10
- ],
11
- "sideEffects": [
12
- "*.sass"
13
- ],
14
- "version": "3.6.0",
15
- "private": false,
16
- "main": "build/widget.module.js",
17
- "module": "build/widget.module.js",
18
- "files": [
19
- "build",
20
- "README.md"
21
- ],
22
- "scripts": {
23
- "cleanup": "rm -rf build",
24
- "start": "npm run cleanup && webpack-dev-server --config webpack-development.config.js",
25
- "build": "npm run cleanup && webpack --config webpack-production.config.js",
26
- "local-tunnel": "Lt --port 9000 --subdomain estate-widget --local-host localhost",
27
- "lint": "eslint .",
28
- "ts-lint": "tsc --noemit"
29
- },
30
- "devDependencies": {
31
- "@babel/core": "^7.17.0",
32
- "@babel/eslint-parser": "^7.16.3",
33
- "@babel/plugin-proposal-class-properties": "^7.18.6",
34
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
35
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
36
- "@babel/preset-env": "^7.16.11",
37
- "@babel/preset-react": "^7.18.6",
38
- "@babel/preset-typescript": "^7.25.7",
39
- "@fontsource/roboto-mono": "^4.5.8",
40
- "@sentry/integrations": "^7.114.0",
41
- "@sentry/react": "^8.34.0",
42
- "@types/geometric": "^2.5.3",
43
- "@types/react": "^17.0.2",
44
- "@types/react-dom": "^17.0.2",
45
- "@types/three": "^0.169.0",
46
- "@types/ua-parser-js": "^0.7.39",
47
- "babel-loader": "^8.2.5",
48
- "camera-controls": "^2.7.3",
49
- "css-loader": "^6.6.0",
50
- "eslint": "^8.0.0",
51
- "eslint-config-prettier": "^8.5.0",
52
- "eslint-config-react-app": "^7.0.0",
53
- "eslint-plugin-prettier": "^5.0.0",
54
- "eslint-plugin-react": "^7.28.0",
55
- "geometric": "^2.2.10",
56
- "gsap": "^3.12.5",
57
- "html-webpack-plugin": "^5.6.3",
58
- "mobx": "^6.3.13",
59
- "mobx-react-lite": "^3.2.3",
60
- "panzoom": "^9.4.2",
61
- "path": "^0.12.7",
62
- "react": "^17.0.2",
63
- "react-dom": "^17.0.2",
64
- "react-select": "^5.7.2",
65
- "sass": "^1.46.0",
66
- "sass-loader": "^12.4.0",
67
- "screenfull": "^6.0.1",
68
- "style-loader": "^3.3.1",
69
- "three": "^0.158.0",
70
- "typescript": "^5.6.2",
71
- "ua-parser-js": "^1.0.2",
72
- "webpack": "^5.74.0",
73
- "webpack-cli": "^4.10.0",
74
- "webpack-dev-server": "^4.7.4",
75
- "worker-loader": "^3.0.8"
76
- },
77
- "browserslist": [
78
- ">0.2%",
79
- "not dead",
80
- "not op_mini all"
81
- ]
82
- }
1
+ {
2
+ "name": "hart-estate-widget",
3
+ "description": "HART Estate widget",
4
+ "author": "HART",
5
+ "license": "GPL-3.0",
6
+ "keywords": [
7
+ "estate",
8
+ "widget",
9
+ "hart"
10
+ ],
11
+ "sideEffects": [
12
+ "*.sass"
13
+ ],
14
+ "version": "3.7.0",
15
+ "private": false,
16
+ "main": "build/widget.module.js",
17
+ "module": "build/widget.module.js",
18
+ "files": [
19
+ "build",
20
+ "README.md"
21
+ ],
22
+ "scripts": {
23
+ "cleanup": "rm -rf build",
24
+ "start": "npm run cleanup && webpack-dev-server --config webpack-development.config.js",
25
+ "build": "npm run cleanup && webpack --config webpack-production.config.js",
26
+ "local-tunnel": "Lt --port 9000 --subdomain estate-widget --local-host localhost",
27
+ "lint": "eslint .",
28
+ "ts-lint": "tsc --noemit"
29
+ },
30
+ "devDependencies": {
31
+ "@babel/core": "^7.17.0",
32
+ "@babel/eslint-parser": "^7.16.3",
33
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
34
+ "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
35
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
36
+ "@babel/preset-env": "^7.16.11",
37
+ "@babel/preset-react": "^7.18.6",
38
+ "@babel/preset-typescript": "^7.25.7",
39
+ "@fontsource/roboto-mono": "^4.5.8",
40
+ "@sentry/integrations": "^7.114.0",
41
+ "@sentry/react": "^8.34.0",
42
+ "@types/geometric": "^2.5.3",
43
+ "@types/react": "^17.0.2",
44
+ "@types/react-dom": "^17.0.2",
45
+ "@types/three": "^0.169.0",
46
+ "@types/ua-parser-js": "^0.7.39",
47
+ "babel-loader": "^8.2.5",
48
+ "camera-controls": "^2.7.3",
49
+ "css-loader": "^6.6.0",
50
+ "eslint": "^8.0.0",
51
+ "eslint-config-prettier": "^8.5.0",
52
+ "eslint-config-react-app": "^7.0.0",
53
+ "eslint-plugin-prettier": "^5.0.0",
54
+ "eslint-plugin-react": "^7.28.0",
55
+ "geometric": "^2.2.10",
56
+ "gsap": "^3.12.5",
57
+ "html-webpack-plugin": "^5.6.3",
58
+ "mobx": "^6.3.13",
59
+ "mobx-react-lite": "^3.2.3",
60
+ "panzoom": "^9.4.2",
61
+ "path": "^0.12.7",
62
+ "react": "^17.0.2",
63
+ "react-dom": "^17.0.2",
64
+ "react-select": "^5.7.2",
65
+ "sass": "^1.46.0",
66
+ "sass-loader": "^12.4.0",
67
+ "screenfull": "^6.0.1",
68
+ "style-loader": "^3.3.1",
69
+ "three": "^0.158.0",
70
+ "typescript": "^5.6.2",
71
+ "ua-parser-js": "^1.0.2",
72
+ "webpack": "^5.74.0",
73
+ "webpack-cli": "^4.10.0",
74
+ "webpack-dev-server": "^4.7.4",
75
+ "worker-loader": "^3.0.8"
76
+ },
77
+ "browserslist": [
78
+ ">0.2%",
79
+ "not dead",
80
+ "not op_mini all"
81
+ ]
82
+ }