stremio-web/package.json
2020-03-30 11:01:31 +03:00

71 lines
No EOL
2.5 KiB
JSON
Executable file

{
"name": "stremio",
"displayName": "Stremio",
"version": "5.0.0",
"publisher": "Smart Code Ltd.",
"website": "www.stremio.com",
"private": true,
"license": "GPLv3",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"storybook": "start-storybook --ci --config-dir ./storybook --static-dir ./ --port 6060",
"test": "jest",
"lint": "eslint src"
},
"dependencies": {
"@sentry/browser": "5.11.1",
"@stremio/stremio-core-web": "0.10.0",
"a-color-picker": "1.2.1",
"classnames": "2.2.6",
"events": "1.1.1",
"hat": "0.0.3",
"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",
"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",
"vtt.js": "0.13.0"
},
"devDependencies": {
"@babel/core": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/preset-env": "7.8.7",
"@babel/preset-react": "7.8.3",
"@babel/runtime": "7.8.7",
"@storybook/addon-actions": "5.2.8",
"@storybook/addon-console": "1.2.1",
"@storybook/addons": "5.2.8",
"@storybook/react": "5.2.8",
"@testing-library/react": "9.4.0",
"@testing-library/react-hooks": "3.2.1",
"babel-loader": "8.0.6",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.4.2",
"cssnano": "4.1.10",
"cssnano-preset-advanced": "4.0.7",
"dotenv": "8.2.0",
"eslint": "6.8.0",
"eslint-plugin-react": "7.19.0",
"html-webpack-plugin": "3.2.0",
"jest": "24.9.0",
"less": "3.11.1",
"less-loader": "5.0.0",
"mini-css-extract-plugin": "0.9.0",
"postcss-loader": "3.0.0",
"react-test-renderer": "16.13.0",
"storybook-addon-jsx": "7.1.15",
"terser-webpack-plugin": "2.3.5",
"webpack": "4.42.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
}
}