-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 5.94 KB
/
Copy pathpackage.json
File metadata and controls
112 lines (112 loc) · 5.94 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
105
106
107
108
109
110
111
112
{
"name": "CCPWGL2",
"version": "0.1.3",
"description": "CCPWGL2",
"author": "",
"license": "MIT",
"engines": {
"node": ">=20.19.0"
},
"scripts": {
"build": "npm run build:rollup",
"build:rollup": "rollup -c rollup.config.mjs",
"lint": "eslint src",
"test:carbon-clip-convention": "node scripts/test-carbon-clip-convention.js",
"test:carbon-pending": "node scripts/test-carbon-pending.js",
"test:carbon-light-list": "node scripts/test-carbon-light-list.js",
"test:sh-lighting": "node scripts/test-sh-lighting.js",
"test:carbon-light-collector": "node scripts/test-carbon-light-collector.js",
"test:carbon-resource-binder": "node scripts/test-carbon-resource-binder.js",
"test:carbon-interior-per-object-data": "node scripts/test-carbon-interior-per-object-data.js",
"test:eve-stretch2": "node scripts/test-eve-stretch2.js",
"test:get-resources": "node scripts/test-get-resources-contract.js",
"test:interior-additive-animation": "node scripts/test-interior-additive-animation.js",
"test:interior-animation-lifecycle": "node scripts/test-interior-animation-lifecycle.js",
"test:interior-per-object-data": "node scripts/test-interior-per-object-data.js",
"test:runtime-api-providers": "node scripts/test-runtime-api-providers.js",
"test:dds-adapter": "node scripts/test-dds-adapter.js",
"test:eve-turret-tracking": "node scripts/test-eve-turret-tracking.js",
"test:eve-turret-targeting": "node scripts/test-eve-turret-targeting.js",
"test:animation-controller-fixes": "node scripts/test-animation-controller-fixes.js",
"test:controller-state-machine": "node scripts/test-controller-state-machine.js",
"test:sof-faction-colors": "node scripts/test-sof-faction-colors.js",
"test:particles": "node scripts/test-particles.js",
"test:child-ref": "node scripts/test-child-ref.js",
"test:sof-child-build-filter": "node scripts/test-sof-child-build-filter.js",
"test:line-set-paths": "node scripts/test-line-set-paths.js",
"test:child-instance-container": "node scripts/test-child-instance-container.js",
"test:child-modifier-srt": "node scripts/test-child-modifier-srt.js",
"test:child-plug-socket": "node scripts/test-child-plug-socket.js",
"test:child-effect-propagator": "node scripts/test-child-effect-propagator.js",
"test:audio-manager": "node scripts/test-runtime-audio-manager.js",
"test:eve-missile": "node scripts/test-eve-missile.js",
"test:gr2-root-scale": "node scripts/test-gr2-root-scale.js",
"test:granny-mesh-animation": "node scripts/test-granny-mesh-animation.js",
"test:interior-skeleton-resource": "node scripts/test-interior-skeleton-resource.js",
"test:granny-state-resource": "node scripts/test-granny-state-resource.js",
"test:character-mesh": "node scripts/test-character-mesh.js",
"test:interior-viseme-binding": "node scripts/test-interior-viseme-binding.js",
"test:shader-stage-overrides": "node scripts/test-shader-stage-overrides.js",
"test:carbon-data": "node scripts/test-carbon-data.js",
"test:camera-fit": "node scripts/test-camera-fit.mjs",
"test:smart-light-geometry": "node scripts/test-smart-light-geometry.js",
"test:carbon-shadow": "node scripts/test-carbon-shadow.mjs",
"test:render-target": "node scripts/test-render-target-fail-soft.js",
"link:carbon-webgl2": "node scripts/link-carbon-webgl2.mjs",
"test:light-persisted-fields": "node scripts/test-light-persisted-fields.mjs",
"test:smart-light-asset": "node scripts/test-smart-light-asset.js",
"test:sof-locator-sets": "node scripts/test-sof-locator-sets.js",
"test:turret-set-decorators": "node scripts/test-turret-set-decorators.js",
"test:eve-child-intersect": "node scripts/test-eve-child-intersect.js",
"test:instanced-intersect": "node scripts/test-instanced-intersect.js",
"test:locator-bone-latch": "node scripts/test-locator-bone-latch.js",
"test:locator-resolution": "node scripts/test-locator-resolution.js",
"test:turret-pushed-transforms": "node scripts/test-turret-pushed-transforms.js",
"test:geometry-readiness": "node scripts/test-geometry-readiness.js",
"test:frustum-plane-convention": "node scripts/test-frustum-plane-convention.js",
"test:per-frame-ps-registers": "node scripts/test-per-frame-ps-registers.js",
"test:scene-lights": "node scripts/test-scene-lights.js",
"test:locator-structure-list": "node scripts/test-locator-structure-list.js",
"test:billboard-z-locked": "node scripts/test-billboard-z-locked.js"
},
"homepage": "https://github.com/cppctamber/ccpwgl2#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/cppctamber/ccpwgl2.git"
},
"bugs": {
"url": "https://github.com/cppctamber/ccpwgl2/issues"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
"@babel/plugin-transform-optional-chaining": "^7.27.1",
"@babel/plugin-transform-private-methods": "^7.27.1",
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-babel": "^7.1.0",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"earcut": "^2.2.4",
"eslint": "^5.16.0",
"geo-ambient-occlusion": "^3.0.4",
"gl-matrix": "^3.4.1",
"playwright": "^1.61.1",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "^0.13.7",
"rollup": "^4.62.2"
},
"dependencies": {
"@carbonenginejs/runtime-audio": "^0.3.1",
"@carbonenginejs/runtime-resource": "^0.22.0"
}
}