mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
dependencies updated
This commit is contained in:
parent
c4b40a8bf0
commit
5c909f8342
2 changed files with 493 additions and 502 deletions
38
package.json
38
package.json
|
|
@ -17,45 +17,37 @@
|
|||
"hat": "0.0.3",
|
||||
"lodash.debounce": "4.0.8",
|
||||
"prop-types": "15.6.2",
|
||||
"react": "16.6.3",
|
||||
"react-dom": "16.6.3",
|
||||
"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",
|
||||
"react": "16.7.0",
|
||||
"react-dom": "16.7.0",
|
||||
"stremio-colors": "git+ssh://git@github.com/Stremio/stremio-colors.git#v2.0.3",
|
||||
"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",
|
||||
"vtt.js": "0.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.2.2",
|
||||
"@babel/plugin-proposal-class-properties": "7.2.1",
|
||||
"@babel/plugin-proposal-class-properties": "7.2.3",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
|
||||
"@babel/preset-env": "7.2.0",
|
||||
"@babel/preset-env": "7.2.3",
|
||||
"@babel/preset-react": "7.0.0",
|
||||
"@babel/runtime": "7.2.0",
|
||||
"@storybook/addon-actions": "4.1.2",
|
||||
"@storybook/addon-links": "4.1.2",
|
||||
"@storybook/addons": "4.1.2",
|
||||
"@storybook/addon-actions": "4.1.6",
|
||||
"@storybook/addon-links": "4.1.6",
|
||||
"@storybook/addons": "4.1.6",
|
||||
"@storybook/react": "4.1.2",
|
||||
"autoprefixer": "9.4.3",
|
||||
"babel-loader": "8.0.4",
|
||||
"autoprefixer": "9.4.5",
|
||||
"babel-loader": "8.0.5",
|
||||
"copy-webpack-plugin": "4.6.0",
|
||||
"css-loader": "2.0.1",
|
||||
"css-loader": "2.1.0",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"less": "3.9.0",
|
||||
"less-loader": "4.1.0",
|
||||
"postcss-loader": "3.0.0",
|
||||
"style-loader": "0.23.1",
|
||||
"terser-webpack-plugin": "1.1.0",
|
||||
"webpack": "4.27.1",
|
||||
"webpack-cli": "3.1.2",
|
||||
"webpack-dev-server": "3.1.10"
|
||||
"terser-webpack-plugin": "1.2.1",
|
||||
"webpack": "4.28.4",
|
||||
"webpack-cli": "3.2.1",
|
||||
"webpack-dev-server": "3.1.14"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue