mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
60 lines
2.5 KiB
JSON
Executable file
60 lines
2.5 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",
|
|
"build": "webpack --mode production",
|
|
"storybook": "start-storybook -s ./ -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "2.2.6",
|
|
"events": "1.1.1",
|
|
"hat": "0.0.3",
|
|
"lodash.debounce": "4.0.8",
|
|
"prop-types": "15.6.2",
|
|
"react": "16.6.0",
|
|
"react-dom": "16.6.0",
|
|
"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-api-client": "git+ssh://git@github.com/Stremio/stremio-api-client.git#e8459d01fdd3507113b13b02aab628d24e20515e",
|
|
"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": "7.1.2",
|
|
"@babel/plugin-proposal-class-properties": "7.1.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
|
|
"@babel/preset-env": "7.1.0",
|
|
"@babel/preset-react": "7.0.0",
|
|
"@babel/runtime": "7.1.2",
|
|
"@storybook/addon-actions": "4.0.4",
|
|
"@storybook/addon-links": "4.0.4",
|
|
"@storybook/addons": "4.0.4",
|
|
"@storybook/react": "4.0.4",
|
|
"babel-loader": "8.0.4",
|
|
"copy-webpack-plugin": "4.6.0",
|
|
"css-loader": "1.0.1",
|
|
"html-webpack-plugin": "3.2.0",
|
|
"less": "3.8.1",
|
|
"less-loader": "4.1.0",
|
|
"postcss-loader": "3.0.0",
|
|
"style-loader": "0.23.1",
|
|
"terser-webpack-plugin": "1.1.0",
|
|
"uglifyjs-webpack-plugin": "2.0.1",
|
|
"webpack": "4.25.1",
|
|
"webpack-cli": "3.1.2",
|
|
"webpack-dev-server": "3.1.10"
|
|
}
|
|
}
|