mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
install stremio-colors from npm
This commit is contained in:
parent
1a2f05fa07
commit
e6924f2cbc
2 changed files with 6 additions and 5 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
|
@ -2091,6 +2091,11 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@stremio/stremio-colors": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@stremio/stremio-colors/-/stremio-colors-4.0.1.tgz",
|
||||
"integrity": "sha512-yT3No1gIWKLV2BhQIeSgG94EzXxmEqXJLulO+pFpziqWNUbmmEKeE+nRvW5wtoIK4SLy+v0bLd0b6HBH3KFfWw=="
|
||||
},
|
||||
"@stremio/stremio-core-web": {
|
||||
"version": "0.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.16.0.tgz",
|
||||
|
|
@ -15054,10 +15059,6 @@
|
|||
"integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==",
|
||||
"dev": true
|
||||
},
|
||||
"stremio-colors": {
|
||||
"version": "git+https://git@github.com/Stremio/stremio-colors.git#897c9569a167b9f881af9f4b5433ae9644408be3",
|
||||
"from": "git+https://git@github.com/Stremio/stremio-colors.git#v3.0.0"
|
||||
},
|
||||
"stremio-icons": {
|
||||
"version": "git+https://git@github.com/Stremio/stremio-icons.git#923bbcd5bedcbc3a10d0ae96a3d35d2638bf0ae9",
|
||||
"from": "git+https://git@github.com/Stremio/stremio-icons.git#v2.0.2"
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@sentry/browser": "5.11.1",
|
||||
"@stremio/stremio-colors": "4.0.1",
|
||||
"@stremio/stremio-core-web": "0.16.0",
|
||||
"@stremio/stremio-video": "0.0.4",
|
||||
"a-color-picker": "1.2.1",
|
||||
|
|
@ -29,7 +30,6 @@
|
|||
"react-dom": "16.12.0",
|
||||
"react-focus-lock": "2.2.1",
|
||||
"spatial-navigation-polyfill": "git+https://git@github.com/Stremio/spatial-navigation.git#40204ad9942fe786794c62f99ea5ab2b52b24096",
|
||||
"stremio-colors": "git+https://git@github.com/Stremio/stremio-colors.git#v3.0.0",
|
||||
"stremio-icons": "git+https://git@github.com/Stremio/stremio-icons.git#v2.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue