|
1 | 1 | {
|
2 |
| - "name": "angular-three-soba", |
3 |
| - "version": "0.0.0-replace", |
4 |
| - "publishConfig": { |
5 |
| - "access": "public" |
6 |
| - }, |
7 |
| - "repository": { |
8 |
| - "type": "git", |
9 |
| - "url": "https://github.com/angular-threejs/angular-three/tree/main/libs/soba" |
10 |
| - }, |
11 |
| - "author": { |
12 |
| - "name": "Chau Tran", |
13 |
| - |
14 |
| - "url": "https://nartc.me" |
15 |
| - }, |
16 |
| - "description": "Utilities for Angular Three", |
17 |
| - "keywords": [ |
18 |
| - "angular", |
19 |
| - "threejs", |
20 |
| - "renderer", |
21 |
| - "utilities", |
22 |
| - "shaders" |
23 |
| - ], |
24 |
| - "license": "MIT", |
25 |
| - "exports": { |
26 |
| - "./assets/*": "./assets/*" |
27 |
| - }, |
28 |
| - "peerDependencies": { |
29 |
| - "@angular/common": ">=19.0.0 <21.0.0", |
30 |
| - "@angular/core": ">=19.0.0 <21.0.0", |
31 |
| - "@monogrid/gainmap-js": "^3.0.0", |
32 |
| - "@pmndrs/vanilla": "^1.19.0", |
33 |
| - "camera-controls": "^2.8.0", |
34 |
| - "hls.js": ">=1.5.0", |
35 |
| - "maath": ">=0.10.0 <0.11.0", |
36 |
| - "meshline": "^3.1.0", |
37 |
| - "stats-gl": ">=2.0.0", |
38 |
| - "three": ">=0.157.0 <0.178.0", |
39 |
| - "three-custom-shader-material": ">=5.5.0 <6.4.0", |
40 |
| - "three-mesh-bvh": ">=0.5.0 <0.10.0", |
41 |
| - "three-stdlib": "^2.0.0", |
42 |
| - "troika-three-text": ">=0.47.0 <0.53.0" |
43 |
| - }, |
44 |
| - "peerDependenciesMeta": { |
45 |
| - "@monogrid/gainmap-js": { |
46 |
| - "optional": true |
47 |
| - }, |
48 |
| - "@pmndrs/vanilla": { |
49 |
| - "optional": true |
50 |
| - }, |
51 |
| - "hls.js": { |
52 |
| - "optional": true |
53 |
| - }, |
54 |
| - "troika-three-text": { |
55 |
| - "optional": true |
56 |
| - }, |
57 |
| - "three-custom-shader-material": { |
58 |
| - "optional": true |
59 |
| - }, |
60 |
| - "three-mesh-bvh": { |
61 |
| - "optional": true |
62 |
| - }, |
63 |
| - "maath": { |
64 |
| - "optional": true |
65 |
| - }, |
66 |
| - "meshline": { |
67 |
| - "optional": true |
68 |
| - }, |
69 |
| - "camera-controls": { |
70 |
| - "optional": true |
71 |
| - }, |
72 |
| - "stats-gl": { |
73 |
| - "optional": true |
74 |
| - } |
75 |
| - }, |
76 |
| - "dependencies": { |
77 |
| - "tslib": "^2.3.0" |
78 |
| - }, |
79 |
| - "sideEffects": false, |
80 |
| - "web-types": [ |
81 |
| - "../../node_modules/angular-three/web-types.json", |
82 |
| - "../../node_modules/angular-three-soba/web-types.json", |
83 |
| - "./web-types.json" |
84 |
| - ] |
| 2 | + "name": "angular-three-soba", |
| 3 | + "version": "0.0.0-replace", |
| 4 | + "publishConfig": { |
| 5 | + "access": "public" |
| 6 | + }, |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/angular-threejs/angular-three/tree/main/libs/soba" |
| 10 | + }, |
| 11 | + "author": { |
| 12 | + "name": "Chau Tran", |
| 13 | + |
| 14 | + "url": "https://nartc.me" |
| 15 | + }, |
| 16 | + "description": "Utilities for Angular Three", |
| 17 | + "keywords": [ |
| 18 | + "angular", |
| 19 | + "threejs", |
| 20 | + "renderer", |
| 21 | + "utilities", |
| 22 | + "shaders" |
| 23 | + ], |
| 24 | + "license": "MIT", |
| 25 | + "exports": { |
| 26 | + "./assets/*": "./assets/*" |
| 27 | + }, |
| 28 | + "peerDependencies": { |
| 29 | + "@angular/common": ">=19.0.0 <21.0.0", |
| 30 | + "@angular/core": ">=19.0.0 <21.0.0", |
| 31 | + "@monogrid/gainmap-js": "^3.0.0", |
| 32 | + "@pmndrs/vanilla": "^1.19.0", |
| 33 | + "camera-controls": "^2.8.0", |
| 34 | + "hls.js": ">=1.5.0", |
| 35 | + "maath": ">=0.10.0 <0.11.0", |
| 36 | + "meshline": "^3.1.0", |
| 37 | + "stats-gl": ">=2.0.0", |
| 38 | + "three": ">=0.157.0 <0.178.0", |
| 39 | + "three-custom-shader-material": ">=5.5.0 <6.4.0", |
| 40 | + "three-mesh-bvh": ">=0.5.0 <0.10.0", |
| 41 | + "three-stdlib": "^2.0.0", |
| 42 | + "troika-three-text": ">=0.47.0 <0.53.0" |
| 43 | + }, |
| 44 | + "peerDependenciesMeta": { |
| 45 | + "@monogrid/gainmap-js": { |
| 46 | + "optional": true |
| 47 | + }, |
| 48 | + "@pmndrs/vanilla": { |
| 49 | + "optional": true |
| 50 | + }, |
| 51 | + "hls.js": { |
| 52 | + "optional": true |
| 53 | + }, |
| 54 | + "troika-three-text": { |
| 55 | + "optional": true |
| 56 | + }, |
| 57 | + "three-custom-shader-material": { |
| 58 | + "optional": true |
| 59 | + }, |
| 60 | + "three-mesh-bvh": { |
| 61 | + "optional": true |
| 62 | + }, |
| 63 | + "maath": { |
| 64 | + "optional": true |
| 65 | + }, |
| 66 | + "meshline": { |
| 67 | + "optional": true |
| 68 | + }, |
| 69 | + "camera-controls": { |
| 70 | + "optional": true |
| 71 | + }, |
| 72 | + "stats-gl": { |
| 73 | + "optional": true |
| 74 | + } |
| 75 | + }, |
| 76 | + "dependencies": { |
| 77 | + "tslib": "^2.3.0" |
| 78 | + }, |
| 79 | + "sideEffects": false, |
| 80 | + "web-types": [ |
| 81 | + "../../node_modules/angular-three/web-types.json", |
| 82 | + "../../node_modules/angular-three-soba/web-types.json", |
| 83 | + "./web-types.json" |
| 84 | + ] |
85 | 85 | }
|
0 commit comments