-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 934 Bytes
/
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
{
"name": "eligius-examples",
"version": "1.0.0",
"description": "Example presentations of the Eligius engine",
"main": "docs/index.index.html",
"author": "Roland Zwaga <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"@types/node": "18.11.5",
"eligius": "1.0.81",
"jquery": "3.6.1",
"lottie-web": "5.9.6",
"mediaelement": "5.1.0",
"monaco-editor": "0.34.1"
},
"scripts": {
"build-example-1": "ts-node ./src/engine-pack-builder ./examples/requestanimationframe/src/config-data.json && node esbuild.js",
"clean": "npx rimraf docs/requestanimationframe"
},
"devDependencies": {
"@craftamap/esbuild-plugin-html": "0.4.0",
"@types/fs-extra": "9.0.13",
"esbuild": "0.15.12",
"esbuild-plugin-ignore": "^1.1.1",
"fs-extra": "10.1.0",
"ts-morph": "16.0.0",
"ts-node": "10.9.1",
"tslib": "2.4.0",
"typescript": "4.8.4"
}
}