mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
70 lines
2.4 KiB
JSON
Executable file
70 lines
2.4 KiB
JSON
Executable file
{
|
|
"name": "stremio",
|
|
"displayName": "Stremio",
|
|
"version": "5.0.0",
|
|
"author": "Smart Code OOD",
|
|
"private": true,
|
|
"license": "gpl-2.0",
|
|
"scripts": {
|
|
"start": "webpack serve --mode development",
|
|
"build": "webpack --mode production",
|
|
"test": "jest",
|
|
"lint": "eslint src",
|
|
"storybook": "start-storybook --ci -p 6006"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "7.12.5",
|
|
"@sentry/browser": "5.11.1",
|
|
"@stremio/stremio-colors": "4.0.1",
|
|
"@stremio/stremio-core-web": "0.25.0",
|
|
"@stremio/stremio-icons": "3.0.5",
|
|
"@stremio/stremio-video": "0.0.11",
|
|
"a-color-picker": "1.2.1",
|
|
"buffer": "6.0.3",
|
|
"classnames": "2.2.6",
|
|
"eventemitter3": "4.0.7",
|
|
"lodash.debounce": "4.0.8",
|
|
"lodash.isequal": "4.5.0",
|
|
"lodash.throttle": "4.1.1",
|
|
"pako": "1.0.11",
|
|
"prop-types": "15.7.2",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.12.10",
|
|
"@babel/plugin-proposal-class-properties": "7.12.1",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
|
|
"@babel/preset-env": "7.12.10",
|
|
"@babel/preset-react": "7.12.10",
|
|
"@storybook/addon-actions": "6.2.8",
|
|
"@storybook/addon-console": "1.2.3",
|
|
"@storybook/builder-webpack5": "6.2.8",
|
|
"@storybook/react": "6.2.8",
|
|
"@testing-library/react": "9.4.0",
|
|
"@testing-library/react-hooks": "3.2.1",
|
|
"babel-loader": "8.2.2",
|
|
"clean-webpack-plugin": "3.0.0",
|
|
"copy-webpack-plugin": "7.0.0",
|
|
"css-loader": "5.0.1",
|
|
"cssnano": "4.1.10",
|
|
"cssnano-preset-advanced": "4.0.7",
|
|
"eslint": "7.17.0",
|
|
"eslint-plugin-react": "7.22.0",
|
|
"file-loader": "6.2.0",
|
|
"html-webpack-plugin": "5.3.1",
|
|
"jest": "24.9.0",
|
|
"less": "3.13.1",
|
|
"less-loader": "7.2.1",
|
|
"mini-css-extract-plugin": "1.3.3",
|
|
"postcss-loader": "4.1.0",
|
|
"react-test-renderer": "16.13.0",
|
|
"storybook-addon-jsx": "7.3.9",
|
|
"terser-webpack-plugin": "5.0.3",
|
|
"webpack": "5.31.2",
|
|
"webpack-cli": "4.6.0",
|
|
"webpack-dev-server": "3.11.2"
|
|
}
|
|
}
|