-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.37 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
{
"name": "X3DJSONLD",
"version": "13.0.1",
"private": true,
"main": "app.js",
"type": "module",
"browser": {
"[module-name]": false
},
"devDependencies": {
"@esm-bundle/chai": "4.3.4-fix.0",
"make-dir": "3.1.0",
"semver": "7.7.4",
"typescript": "6.0.2"
},
"dependencies": {
"@xmldom/xmldom": "0.9.10",
"ajv": "8.18.0",
"ajv-formats": "3.0.1",
"ajv-formats-draft2019": "1.6.1",
"ajv-i18n": "4.2.0",
"antlr4": "4.13.2",
"buffer": "6.0.3",
"debug": "4.4.3",
"esm": "3.2.25",
"express": "5.2.1",
"gura": "1.4.4",
"handlebars": "4.7.9",
"jsdom": "29.1.1",
"make-dir": "3.1.0",
"mutation-observer": "1.0.3",
"node-rest-client": "3.1.1",
"qs": "6.15.3",
"semver": "7.7.4",
"socket.io": "4.8.3",
"socket.io-client": "4.8.3",
"stream-http": "3.2.0",
"three": "0.183.2",
"url": "0.11.4",
"xml2js": "0.6.2",
"xmlhttprequest": "1.8.0"
},
"overrides": {
"elliptic": "file:elliptic",
"axios": "1.14.0"
},
"scripts": {
"start": "node app.js",
"ajv": "bash ajv.sh",
"buildthreex3dloader": "rem (create browserify, https-browserify dependencies) browserify src/main/node/threeLoadFile.js > src/main/node/bundle.js",
"testxxx": "web-test-runner ./dist/**/*.spec.js",
"test": "node src/main/node/xml2all.js src/main/data/GrampsAnimations.x3d"
}
}