-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
106 lines (106 loc) · 3.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "ng3-vr-examples",
"version": "0.0.11",
"author": "anidivr",
"license": "MIT",
"keywords": [
"three",
"three.js",
"threejs",
"3d",
"virtual-reality",
"augmented-reality",
"webgl",
"webgl2",
"webxr",
"canvas",
"angular",
"angular-three",
"ar",
"vr",
"ng3",
"ngt"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"startssl": "ng serve --host 0.0.0.0 --ssl",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"buildall": "ng build ng3-webxr && ng build ng3-flat-ui && ng build",
"buildwebxr": "ng build ng3-webxr",
"buildflatui": "ng build ng3-flat-ui",
"buildgui": "ng build ng3-gui",
"buildcloudstorage": "ng build ngx-cloud-storage-types",
"buildfilelist": "ng build ng3-file-list",
"publishwebxr": "ng build ng3-webxr --configuration production && cd dist/ng3-webxr && npm publish",
"publishflatui": "ng build ng3-flat-ui --configuration production && cd dist/ng3-flat-ui && npm publish",
"publishgui": "ng build ng3-gui --configuration production && cd dist/ng3-gui && npm publish",
"publishcloudstorage": "ng build ngx-cloud-storage-types --configuration production && cd dist/ngx-cloud-storage-types && npm publish",
"publishfilelist": "ng build ng3-file-list --configuration production && cd dist/ng3-file-list && npm publish"
},
"private": true,
"dependencies": {
"@angular-three/cannon": "^6.0.1",
"@angular-three/core": "^6.0.1",
"@angular-three/soba": "^6.0.1",
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@dicebear/adventurer": "^4.10.5",
"@dicebear/adventurer-neutral": "^4.10.5",
"@dicebear/avatars": "^4.10.5",
"@dicebear/avatars-avataaars-sprites": "^4.10.5",
"@dicebear/avatars-bottts-sprites": "^4.10.5",
"@dicebear/avatars-identicon-sprites": "^4.10.5",
"@dicebear/avatars-initials-sprites": "^4.10.5",
"@dicebear/big-ears": "^4.10.5",
"@dicebear/big-ears-neutral": "^4.10.5",
"@dicebear/big-smile": "^4.10.5",
"@dicebear/croodles": "^4.10.5",
"@dicebear/croodles-neutral": "^4.10.5",
"@dicebear/micah": "^4.10.5",
"@dicebear/miniavs": "^4.10.5",
"@dicebear/open-peeps": "^4.10.5",
"@dicebear/personas": "^4.10.5",
"@dicebear/pixel-art": "^4.10.5",
"@dicebear/pixel-art-neutral": "^4.10.5",
"@types/dagre": "^0.7.48",
"@types/webxr": "^0.4.0",
"dagre": "^0.8.5",
"jdenticon": "^3.2.0",
"moment": "^2.29.4",
"ng3-webxr": "^0.0.11",
"ngraph.forcelayout": "^3.3.0",
"ngraph.graph": "^20.0.0",
"ngx-cookie-service": "^15.0.0",
"ngx-moment": "^6.0.2",
"pexels": "^1.4.0",
"rxjs": "~7.5.0",
"three": "^0.142.0",
"tslib": "^2.3.0",
"unique-names-generator": "^4.7.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"@types/three": "^0.142.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^15.0.0",
"typescript": "~4.8.4"
}
}