-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 818 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 818 Bytes
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
{
"name": "@lightningjs/ui",
"version": "1.3.19",
"description": "Standard UI components for Lightning",
"scripts": {
"release": "npm publish --access public",
"test": "jest",
"test:watch": "jest --watch --collectCoverage"
},
"dependencies": {
"@lightningjs/core": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdkcentral/Lightning-ui"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rdkcentral/lightning-ui/issues"
},
"homepage": "https://github.com/rdkcentral/lightning-ui#readme",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@lightningjs/ui-components": "^1.3.1",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"jest-webgl-canvas-mock": "^0.2.3"
}
}