File tree Expand file tree Collapse file tree 5 files changed +49
-38
lines changed Expand file tree Collapse file tree 5 files changed +49
-38
lines changed Original file line number Diff line number Diff line change 3
3
"dest" : " ../../dist/libs/soba" ,
4
4
"lib" : {
5
5
"entryFile" : " src/index.ts"
6
- }
6
+ },
7
+ "assets" : [
8
+ {
9
+ "input" : " ./shaders/src/assets/" ,
10
+ "glob" : " **/*" ,
11
+ "output" : " assets"
12
+ }
13
+ ],
14
+ "allowedNonPeerDependencies" : [" @nx/devkit" , " nx" ]
7
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-three-soba" ,
3
- "version" : " 0.0.1" ,
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
+ "email" : " nartc7789@gmail.com" ,
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
+ },
4
28
"peerDependencies" : {
5
29
"@angular/common" : " ^16.0.0" ,
6
- "@angular/core" : " ^16.0.0"
30
+ "@angular/core" : " ^16.0.0" ,
31
+ "angular-three" : " ^2.0.0" ,
32
+ "three" : " ^0.148.0 || ^0.149.0 || ^0.150.0 || ^0.151.0 || ^0.152.0" ,
33
+ "stats.js" : " ^0.17.0" ,
34
+ "three-mesh-bvh" : " ^0.5.0" ,
35
+ "three-stdlib" : " ^2.0.0" ,
36
+ "troika-three-text" : " ^0.47.0"
7
37
},
8
38
"dependencies" : {
9
- "tslib" : " ^2.3.0"
39
+ "tslib" : " ^2.3.0" ,
40
+ "@nx/devkit" : " ^16.0.0" ,
41
+ "nx" : " ^16.0.0"
10
42
},
11
- "sideEffects" : false
43
+ "sideEffects" : false ,
44
+ "generators" : " ./plugin/generators.json" ,
45
+ "schematics" : " ./plugin/generators.json" ,
46
+ "web-types" : " ./web-types.json"
12
47
}
Original file line number Diff line number Diff line change 1
- export * from './lib/soba/soba.component' ;
1
+ export default void 0 ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments