stremio-web/package.json
NikolaBorislavovHristov 04607b73a5 stremio-icons updated
2018-06-26 10:56:44 +03:00

49 lines
2 KiB
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 --hot",
"build": "webpack --mode production"
},
"dependencies": {
"classnames": "2.2.6",
"linvo-api4-client": "12.8.0",
"prop-types": "15.6.1",
"react": "16.4.1",
"react-dom": "16.4.1",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"stremio-addon-client": "git+ssh://git@github.com/Stremio/stremio-addon-client.git#v1.5.1",
"stremio-addons": "git+ssh://git@github.com/Stremio/stremio-addons.git#v2.8.14",
"stremio-aggregators": "git+ssh://git@github.com/Stremio/stremio-aggregators.git#v1.4.1",
"stremio-colors": "git+ssh://git@github.com/Stremio/stremio-colors.git#v1.0.0",
"stremio-icons": "git+ssh://git@github.com/Stremio/stremio-icons.git#v1.0.2",
"stremio-json-data": "git+ssh://git@github.com/stremio/stremio-json-data.git#v1.2.3",
"stremio-models": "git+ssh://git@github.com/stremio/stremio-models.git#v1.51.5",
"stremio-official-addons": "git+ssh://git@github.com/Stremio/stremio-official-addons.git#v1.1.1",
"stremio-translations": "git+ssh://git@github.com/Stremio/stremio-translations.git#v1.41.0"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"copy-webpack-plugin": "4.5.1",
"css-loader": "0.28.11",
"html-webpack-plugin": "3.2.0",
"less": "3.0.4",
"less-loader": "4.1.0",
"postcss-loader": "2.1.5",
"style-loader": "0.21.0",
"uglifyjs-webpack-plugin": "1.2.5",
"webpack": "4.12.0",
"webpack-cli": "3.0.3",
"webpack-dev-server": "3.1.4"
}
}