-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
102 lines (102 loc) · 2.87 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
{
"name": "aton",
"version": "3.0.0",
"description": "ATON Framework",
"main": "ATON.service.main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node services/ATON.service.main.js",
"start-photon": "node services/photon/ATON.service.photon.js",
"start-webdav": "node services/webdav/ATON.service.webdav.js",
"deploy-pm2": "pm2 start ecosystem.config.js",
"upd": "git pull && npm install",
"build-three": "webpack --config ./services/tools/webpack.three.js",
"build-aton": "webpack --config ./services/tools/webpack.aton.js",
"build-apidoc-client": "jsdoc -c ./services/tools/jsdoc-client.json",
"build-apidoc-server": "apidoc -c ./services/tools/apidoc-server.json -i ./services/ -o ./public/apidoc/server/ -e _prv -t ./_prv/apidoc-template/template"
},
"author": "Bruno Fanini",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/phoenixbf/aton.git"
},
"keywords": [
"nodejs",
"javascript",
"threejs",
"webxr",
"virtual-reality",
"vr",
"ar",
"xr",
"immersive",
"html5",
"web3d",
"heritage",
"digital-heritage",
"heritage-science",
"3d",
"collaborative",
"social-vr",
"infrastructure",
"hmd",
"head-mounted-display"
],
"browserslist": [
"since 2017-06"
],
"dependencies": {
"@gltf-transform/core": "^4.1.1",
"@gltf-transform/extensions": "^4.1.1",
"@gltf-transform/functions": "^4.1.1",
"3d-tiles-renderer": "0.4.0",
"body-parser": "^1.20.3",
"chalk": "4.1.2",
"child_process": "^1.0.2",
"chokidar": "^4.0.1",
"clamp": "^1.0.1",
"command-line-args": "^6.0.1",
"compression": "^1.7.5",
"constants-browserify": "^1.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"del": "6.1.1",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-basic-auth": "^1.2.1",
"express-session": "^1.18.1",
"fast-glob": "^3.3.2",
"fast-json-patch": "^3.1.1",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"gltf-bounding-box": "^0.4.1",
"gltf-pipeline": "^4.1.0",
"http": "0.0.0",
"http-proxy-middleware": "^3.0.0",
"https": "^1.0.0",
"image-size": "^1.1.1",
"iphone-inline-video": "^2.2.2",
"key-del": "^1.3.0",
"make-dir": "4.0.0",
"nanoid": "3.3.8",
"obj2gltf": "^3.1.6",
"object-delete-key": "^4.0.25",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"recursive-copy": "^2.0.14",
"session-file-store": "^1.5.0",
"sharp": "^0.33.5",
"socket.io": "^4.8.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"three": "0.172.0",
"three-custom-shader-material": "6.2.1",
"three-mesh-bvh": "0.8.3",
"webdav-server": "^2.6.2",
"zlibjs": "^0.3.1"
}
}