-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·89 lines (89 loc) · 2.63 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
{
"name": "three-sample",
"version": "0.137.5-2022022114",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=6000 ./node_modules/@angular/cli/bin/ng serve --port 4300",
"build": "node --max_old_space_size=6000 ./node_modules/@angular/cli/bin/ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"devbuild": "node --max_old_space_size=5000 ./node_modules/@angular/cli/bin/ng build",
"doccopy": "rm -rf docs && cp -rf ../ngx3js-module/docs ./ && rm -rf ../ngx3js-doc/* && cp -rf dist/ngx3js-doc/* ../ngx3js-doc/ && cp -rf ../ngx3js-module/docs ../ngx3js-doc/ && cp ../ngx3js-module/README.md ../ngx3js-doc/ && cp ../ngx3js-module/LICENSE ../ngx3js-doc/ "
},
"browser": {},
"private": false,
"dependencies": {
"@angular/animations": "^13.0.1",
"@angular/common": "^13.0.1",
"@angular/compiler": "^13.0.1",
"@angular/core": "^13.0.1",
"@angular/forms": "^13.0.1",
"@angular/platform-browser": "^13.0.1",
"@angular/platform-browser-dynamic": "^13.0.1",
"@angular/router": "^13.0.1",
"@babel/core": "^7.15.8",
"chart.js": "^3.7.0",
"chartjs-adapter-luxon": "^1.1.0",
"echarts": "^5.2.2",
"echarts-gl": "^2.0.8",
"echarts-stat": "^1.2.0",
"gsap": "^3.8.0",
"luxon": "^2.3.0",
"ngx-highlightjs": "^4.1.4",
"ngx3js": "file:../ngx3js-module/dist/ngx3js",
"rxjs": "^6.6.7",
"three": "0.137.5",
"tslib": "^2.3.1",
"webpack": "^5.58.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.0.2",
"@angular/cli": "^13.0.2",
"@angular/compiler-cli": "^13.0.1",
"@types/jasmine": "^3.10.0",
"@types/node": "^12.20.33",
"@types/three": "0.137.0",
"jasmine-core": "^3.10.0",
"jasmine-spec-reporter": "~5.0.0",
"json-schema": ">=0.4.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typedoc": "^0.21.9",
"typescript": "~4.4.4",
"webworkify": "^1.5.0",
"worker-loader": "^3.0.8"
},
"keywords": [
"three",
"three.js",
"javascript",
"3d",
"virtual-reality",
"augmented-reality",
"webgl",
"webgl2",
"webaudio",
"webgpu",
"webxr",
"canvas",
"svg",
"html5",
"ngx3js",
"angular",
"typescript"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/outmindkjg/ngx3js-module.git"
},
"description": "Angular & Javascript 3D library",
"author": "outmind0@gmail.com",
"bugs": {
"url": "https://github.com/outmindkjg/ngx3js-module/issues"
},
"homepage": "https://outmindkjg.github.io/ngx3js-doc/"
}