-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 2.73 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 2.73 KB
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
{
"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-bundle": "webpack --config ./tools/webpack.bundle.js",
"build-aton": "webpack --config ./tools/webpack.aton.js",
"build-apidoc-client": "jsdoc -c ./tools/jsdoc-client.json"
},
"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",
"3dgs",
"gaussian",
"splatting",
"collaborative",
"social-vr",
"infrastructure",
"hmd",
"head-mounted-display"
],
"browserslist": [
"since 2017-06"
],
"dependencies": {
"@gltf-transform/cli": "^4.3.0",
"@gltf-transform/core": "^4.3.0",
"@gltf-transform/extensions": "^4.3.0",
"@gltf-transform/functions": "^4.3.0",
"@sparkjsdev/spark": "^0.1.10",
"3d-tiles-renderer": "0.4.21",
"body-parser": "^2.2.2",
"child_process": "^1.0.2",
"clamp": "^1.0.1",
"command-line-args": "^6.0.1",
"compression": "^1.8.1",
"constants-browserify": "^1.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"del": "^8.0.1",
"dotenv": "^17.3.1",
"ejs": "^4.0.1",
"express": "^5.2.1",
"express-basic-auth": "^1.2.1",
"express-session": "^1.19.0",
"fast-glob": "^3.3.3",
"fast-json-patch": "^3.1.1",
"fs-extra": "^11.3.4",
"glob": "^13.0.6",
"gltf-pipeline": "^4.3.0",
"http": "0.0.0",
"http-proxy-middleware": "^3.0.5",
"https": "^1.0.0",
"image-size": "^2.0.2",
"key-del": "^1.3.0",
"make-dir": "4.0.0",
"obj2gltf": "^3.2.0",
"object-delete-key": "^4.1.0",
"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.34.5",
"socket.io": "^4.8.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"three": "0.182.0",
"three-custom-shader-material": "6.4.0",
"three-mesh-bvh": "0.9.9",
"three-mesh-ui": "^6.5.4",
"uuid": "^13.0.0",
"webdav-server": "^2.6.2",
"ws": "^8.19.0",
"zlibjs": "^0.3.1"
}
}