-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 loc) · 1.5 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": "stremio-chromecast-receiver",
"version": "0.0.17",
"description": "Chromecast Receiver application for Stremio",
"author": "Smart Code OOD",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stremio/stremio-chromecast-receiver.git"
},
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"lint": "eslint src"
},
"dependencies": {
"@babel/runtime": "7.15.4",
"@stremio/stremio-video": "0.0.39",
"buffer": "6.0.3",
"classnames": "2.3.1",
"hat": "0.0.3",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
"@babel/preset-env": "7.15.4",
"@babel/preset-react": "7.14.5",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "9.0.1",
"css-loader": "6.2.0",
"cssnano": "5.0.8",
"cssnano-preset-advanced": "5.1.4",
"eslint": "7.32.0",
"eslint-plugin-react": "7.25.1",
"html-webpack-plugin": "5.3.2",
"mini-css-extract-plugin": "2.2.2",
"postcss": "8.3.6",
"postcss-loader": "6.1.1",
"terser-webpack-plugin": "5.2.3",
"webpack": "5.52.0",
"webpack-cli": "4.8.0",
"webpack-dev-server": "4.9.2"
}
}