mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
package.json updated
This commit is contained in:
parent
1a1fea84eb
commit
3c6ac0bb5e
1 changed files with 9 additions and 10 deletions
19
package.json
19
package.json
|
|
@ -10,13 +10,11 @@
|
||||||
"build": "webpack --mode production",
|
"build": "webpack --mode production",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"storybook": "start-storybook -p 6006",
|
"storybook": "start-storybook -p 6006"
|
||||||
"build-storybook": "build-storybook"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "7.12.5",
|
"@babel/runtime": "7.12.5",
|
||||||
"@sentry/browser": "5.11.1",
|
"@sentry/browser": "5.11.1",
|
||||||
"@storybook/addon-console": "1.2.3",
|
|
||||||
"@stremio/stremio-colors": "4.0.1",
|
"@stremio/stremio-colors": "4.0.1",
|
||||||
"@stremio/stremio-core-web": "0.21.0",
|
"@stremio/stremio-core-web": "0.21.0",
|
||||||
"@stremio/stremio-icons": "3.0.5",
|
"@stremio/stremio-icons": "3.0.5",
|
||||||
|
|
@ -32,8 +30,7 @@
|
||||||
"react": "16.12.0",
|
"react": "16.12.0",
|
||||||
"react-dom": "16.12.0",
|
"react-dom": "16.12.0",
|
||||||
"react-focus-lock": "2.2.1",
|
"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": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.12.10",
|
"@babel/core": "7.12.10",
|
||||||
|
|
@ -41,11 +38,12 @@
|
||||||
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
|
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
|
||||||
"@babel/preset-env": "7.12.10",
|
"@babel/preset-env": "7.12.10",
|
||||||
"@babel/preset-react": "7.12.10",
|
"@babel/preset-react": "7.12.10",
|
||||||
"@storybook/addon-actions": "^6.2.8",
|
"@storybook/addon-actions": "6.2.8",
|
||||||
"@storybook/addon-essentials": "^6.2.8",
|
"@storybook/addon-console": "1.2.3",
|
||||||
"@storybook/addon-links": "^6.2.8",
|
"@storybook/addon-essentials": "6.2.8",
|
||||||
"@storybook/builder-webpack5": "^6.2.8",
|
"@storybook/addon-links": "6.2.8",
|
||||||
"@storybook/react": "^6.2.8",
|
"@storybook/builder-webpack5": "6.2.8",
|
||||||
|
"@storybook/react": "6.2.8",
|
||||||
"@testing-library/react": "9.4.0",
|
"@testing-library/react": "9.4.0",
|
||||||
"@testing-library/react-hooks": "3.2.1",
|
"@testing-library/react-hooks": "3.2.1",
|
||||||
"babel-loader": "8.2.2",
|
"babel-loader": "8.2.2",
|
||||||
|
|
@ -64,6 +62,7 @@
|
||||||
"mini-css-extract-plugin": "1.3.3",
|
"mini-css-extract-plugin": "1.3.3",
|
||||||
"postcss-loader": "4.1.0",
|
"postcss-loader": "4.1.0",
|
||||||
"react-test-renderer": "16.13.0",
|
"react-test-renderer": "16.13.0",
|
||||||
|
"storybook-addon-jsx": "7.3.9",
|
||||||
"terser-webpack-plugin": "5.0.3",
|
"terser-webpack-plugin": "5.0.3",
|
||||||
"webpack": "5.31.2",
|
"webpack": "5.31.2",
|
||||||
"webpack-cli": "4.6.0",
|
"webpack-cli": "4.6.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue