forked from rdkcentral/AcceleratorUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 703 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 703 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
30
31
32
{
"name": "accelerator-ui",
"description": "accelerator-ui",
"dependencies": {
"@lightningjs/sdk": "^3.0.0",
"moment": "^2.29.1"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"@babel/core": "^7.7.2",
"babel-eslint": "^10.0.3",
"dashjs": "^3.1.3",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"hls.js": "^0.13.2",
"husky": "^3.1.0",
"lint-staged": "^9.4.3",
"prettier": "^1.19.1",
"ThunderJS": "github:rdkcentral/ThunderJS"
}
}