forked from dgreuel/RokuKast
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.31 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
{
"name": "roku-kast-ff",
"version": "0.0.5-FF",
"description": "A Firefox port of Chrome extension to stream web videos to Roku devices.",
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "webpack --config webpack.dev.js",
"watch": "webpack -w --config webpack.dev.js",
"lint": "tslint 'src/**/*.{ts, tsx}'",
"test": "jest"
},
"author": "Andrew Robbins",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.4.0",
"@types/chrome": "0.0.60",
"@types/jest": "^26.0.15",
"@types/jquery": "^3.3.29",
"@types/lodash": "^4.14.132",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.0.4",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^6.3.0",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"jest": "^26.6.3",
"jest-each": "^26.6.2",
"node-gyp": "9.3.0",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"style-loader": "^0.20.3",
"ts-jest": "^26.4.4",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"tslint-react": "^4.1.0",
"typescript": "^4.8.4",
"web-ext": "^7.3.1",
"web-ext-plugin": "^2.5.2",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.3.0"
},
"dependencies": {
"lodash": "^4.17.21",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}