mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
29 lines
851 B
JSON
Executable file
29 lines
851 B
JSON
Executable file
{
|
|
"name": "stremio",
|
|
"displayName": "Stremio",
|
|
"version": "5.0.0",
|
|
"publisher": "Smart Code Ltd.",
|
|
"website": "http://www.strem.io",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "webpack-dev-server --mode development --open --hot",
|
|
"build": "webpack --mode production"
|
|
},
|
|
"dependencies": {
|
|
"prop-types": "15.6.1",
|
|
"react": "16.4.0",
|
|
"react-dom": "16.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "6.26.3",
|
|
"babel-loader": "7.1.4",
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
|
"babel-preset-env": "1.7.0",
|
|
"babel-preset-react": "6.24.1",
|
|
"html-webpack-plugin": "3.2.0",
|
|
"uglifyjs-webpack-plugin": "1.2.5",
|
|
"webpack": "4.10.2",
|
|
"webpack-cli": "3.0.1",
|
|
"webpack-dev-server": "3.1.4"
|
|
}
|
|
}
|