viral-viewer-2 7.2.2 → 7.2.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.
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
- {
2
- "name": "viral-viewer-2",
3
- "version": "7.2.2",
4
- "description": "",
5
- "main": "dist/index.mjs",
6
- "types": "dist/index.d.ts",
7
- "files": [
8
- "dist",
9
- "LICENSE"
10
- ],
11
- "scripts": {
12
- "dev": "cd examples && npx vite",
13
- "test": "echo \"Error: no test specified\" && exit 1",
14
- "build": "npx tsc",
15
- "bundle-webpack": "webpack --config webpack.config.js",
16
- "bundle-vite": "npx vite build",
17
- "deploy": "npm run bundle-vite && npm publish",
18
- "lint": "biome check .",
19
- "lint:fix": "biome check --write .",
20
- "format": "biome format .",
21
- "format:fix": "biome format . --write",
22
- "check": "biome check .",
23
- "check:fix": "biome check . --write"
24
- },
25
- "keywords": [],
26
- "author": "",
27
- "license": "ISC",
28
- "devDependencies": {
29
- "@biomejs/biome": "2.3.15",
30
- "@types/node": "^20.2.5",
31
- "@types/pako": "^2.0.0",
32
- "@types/three": "^0.181.0",
33
- "lil-gui": "^0.20.0",
34
- "typescript": "^5.0.4",
35
- "vite": "^5.1.1",
36
- "vite-plugin-dts": "^3.6.1",
37
- "vite-plugin-static-copy": "^1.0.1"
38
- },
39
- "dependencies": {
40
- "camera-controls": "^2.9.0",
41
- "meshoptimizer": "^0.25.0",
42
- "n8ao": "^1.10.1",
43
- "pako": "^2.1.0",
44
- "postprocessing": "^6.38.0",
45
- "potree-core-viral": "^0.3.0",
46
- "three": "^0.181.2",
47
- "three-mesh-bvh": "^0.9.2"
48
- }
49
- }
1
+ {
2
+ "name": "viral-viewer-2",
3
+ "version": "7.2.4",
4
+ "description": "",
5
+ "main": "dist/index.mjs",
6
+ "types": "dist/index.d.ts",
7
+ "files": [
8
+ "dist",
9
+ "LICENSE"
10
+ ],
11
+ "scripts": {
12
+ "dev": "cd examples && npx vite",
13
+ "test": "echo \"Error: no test specified\" && exit 1",
14
+ "build": "npx tsc",
15
+ "bundle-webpack": "webpack --config webpack.config.js",
16
+ "bundle-vite": "npx vite build",
17
+ "deploy": "npm run bundle-vite && npm publish",
18
+ "lint": "biome check .",
19
+ "lint:fix": "biome check --write .",
20
+ "format": "biome format .",
21
+ "format:fix": "biome format . --write",
22
+ "check": "biome check .",
23
+ "check:fix": "biome check . --write"
24
+ },
25
+ "keywords": [],
26
+ "author": "",
27
+ "license": "ISC",
28
+ "devDependencies": {
29
+ "@biomejs/biome": "2.3.15",
30
+ "@types/node": "^20.2.5",
31
+ "@types/pako": "^2.0.0",
32
+ "@types/three": "^0.181.0",
33
+ "lil-gui": "^0.20.0",
34
+ "typescript": "^5.0.4",
35
+ "vite": "^5.1.1",
36
+ "vite-plugin-dts": "^3.6.1",
37
+ "vite-plugin-static-copy": "^1.0.1"
38
+ },
39
+ "dependencies": {
40
+ "camera-controls": "^2.9.0",
41
+ "meshoptimizer": "^0.25.0",
42
+ "n8ao": "^1.10.1",
43
+ "pako": "^2.1.0",
44
+ "postprocessing": "^6.38.0",
45
+ "potree-core-viral": "^0.3.0",
46
+ "three": "^0.181.2",
47
+ "three-mesh-bvh": "^0.9.2"
48
+ }
49
+ }