js-cloudimage-360-view 4.0.0-beta.1 → 4.0.0-beta.10
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 +2 -2
- package/dist/js-cloudimage-360-view.min.css +1 -0
- package/dist/js-cloudimage-360-view.min.js +2111 -0
- package/package.json +13 -10
package/package.json
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "js-cloudimage-360-view",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
4
|
-
"main": "dist/
|
|
5
|
-
"
|
|
3
|
+
"version": "4.0.0-beta.10",
|
|
4
|
+
"main": "dist/js-cloudimage-360-view.min.js",
|
|
5
|
+
"exports": {
|
|
6
|
+
".": {
|
|
7
|
+
"import": "./dist/js-cloudimage-360-view.min.js",
|
|
8
|
+
"require": "./dist/js-cloudimage-360-view.min.js"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"style": "dist/js-cloudimage-360-view.min.css",
|
|
12
|
+
"module": "dist/js-cloudimage-360-view.es.js",
|
|
6
13
|
"description": "",
|
|
7
14
|
"author": "scaleflex",
|
|
8
15
|
"license": "MIT",
|
|
@@ -28,14 +35,15 @@
|
|
|
28
35
|
"build:bundle": "npm run clean:build && vite build",
|
|
29
36
|
"deploy:bundle": "npm run build:bundle && node bin/deploy-bundle",
|
|
30
37
|
"clean:dist": "rm -rf dist",
|
|
31
|
-
"dist": "npm run clean:dist && babel src -d dist --copy-files",
|
|
32
38
|
"clean:demo": "rm -rf demo/dist",
|
|
39
|
+
"build:npm": "npm run clean:demo && vite --config vite-npm.config.js build",
|
|
33
40
|
"build:demo": "npm run clean:demo && vite --config vite-demo.config.js build",
|
|
34
|
-
"deploy:demo": "gh-pages -d
|
|
41
|
+
"deploy:demo": "gh-pages -d dist",
|
|
35
42
|
"publish": "npm run build:demo && npm run deploy:demo"
|
|
36
43
|
},
|
|
37
44
|
"dependencies": {
|
|
38
45
|
"@popperjs/core": "^2.11.2",
|
|
46
|
+
"js-cloudimage-360-view": "4.0.0-beta.7",
|
|
39
47
|
"lodash.debounce": "^4.0.8",
|
|
40
48
|
"lodash.throttle": "^4.1.1"
|
|
41
49
|
},
|
|
@@ -55,17 +63,12 @@
|
|
|
55
63
|
"dotenv": "^16.0.3",
|
|
56
64
|
"eslint": "^9.12.0",
|
|
57
65
|
"form-data": "^4.0.0",
|
|
58
|
-
"fs": "^0.0.1-security",
|
|
59
66
|
"gh-pages": "^2.0.1",
|
|
60
|
-
"globals": "^15.11.0",
|
|
61
67
|
"highlight.js": "^10.4.1",
|
|
62
|
-
"html-webpack-plugin": "^5.5.1",
|
|
63
|
-
"isomorphic-fetch": "^3.0.0",
|
|
64
68
|
"mini-css-extract-plugin": "^0.9.0",
|
|
65
69
|
"mobile-detect": "^1.4.3",
|
|
66
70
|
"prettier": "3.3.3",
|
|
67
71
|
"style-loader": "^3.3.2",
|
|
68
|
-
"svg-inline-loader": "^0.8.2",
|
|
69
72
|
"vite": "^5.4.10",
|
|
70
73
|
"vite-plugin-dts": "^4.3.0",
|
|
71
74
|
"vite-plugin-html": "^3.2.2",
|