-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.69 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
{
"name": "@xibosignage/xibo-layout-renderer",
"version": "1.0.8",
"description": "Xibo layout renderer is a shared library that performs rendering of given layout from sources (e.g. CMS Preview, Linux Player, etc.)",
"main": "dist/xibo-layout-renderer.cjs.js",
"module": "dist/xibo-layout-renderer.esm.js",
"typings": "dist/xibo-layout-renderer.d.ts",
"type": "module",
"scripts": {
"build": "rimraf dist && rollup --config rollup.config.prod.ts --configPlugin @rollup/plugin-typescript",
"dev": "rimraf dist && rollup --config rollup.config.dev.ts -w --configPlugin @rollup/plugin-typescript"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xibosignage/xibo-layout-renderer.git"
},
"files": [
"dist/"
],
"author": "Xibo Signage Ltd",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/xibosignage/xibo-layout-renderer/issues"
},
"homepage": "https://github.com/xibosignage/xibo-layout-renderer#readme",
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.12.12",
"@web/rollup-plugin-import-meta-assets": "^2.2.1",
"axios": "^1.6.8",
"nanoevents": "^9.0.0",
"path": "^0.12.7",
"rimraf": "^5.0.5",
"rollup": "^4.18.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"video.js": "^8.19.1"
}
}