mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
package.json updated
This commit is contained in:
parent
7032853371
commit
c5c5c6abd2
1 changed files with 4 additions and 2 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime": "7.12.5",
|
||||
"@sentry/browser": "5.11.1",
|
||||
"@storybook/addon-console": "1.2.3",
|
||||
"@stremio/stremio-colors": "4.0.1",
|
||||
"@stremio/stremio-core-web": "0.21.0",
|
||||
"@stremio/stremio-icons": "3.0.5",
|
||||
|
|
@ -31,7 +32,8 @@
|
|||
"react": "16.12.0",
|
||||
"react-dom": "16.12.0",
|
||||
"react-focus-lock": "2.2.1",
|
||||
"spatial-navigation-polyfill": "git+https://git@github.com/Stremio/spatial-navigation.git#40204ad9942fe786794c62f99ea5ab2b52b24096"
|
||||
"spatial-navigation-polyfill": "git+https://git@github.com/Stremio/spatial-navigation.git#40204ad9942fe786794c62f99ea5ab2b52b24096",
|
||||
"storybook-addon-jsx": "7.3.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.12.10",
|
||||
|
|
@ -67,4 +69,4 @@
|
|||
"webpack-cli": "4.6.0",
|
||||
"webpack-dev-server": "3.11.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue