mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
53 lines
No EOL
1.9 KiB
JSON
Executable file
53 lines
No EOL
1.9 KiB
JSON
Executable file
{
|
|
"name": "stremio",
|
|
"displayName": "Stremio",
|
|
"version": "5.0.0",
|
|
"publisher": "Smart Code Ltd.",
|
|
"website": "http://www.strem.io",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "webpack-dev-server --mode development",
|
|
"build": "webpack --mode production",
|
|
"storybook": "start-storybook -s ./ -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "2.2.6",
|
|
"events": "1.1.1",
|
|
"hat": "0.0.3",
|
|
"lodash.debounce": "4.0.8",
|
|
"prop-types": "15.7.2",
|
|
"react": "16.8.6",
|
|
"react-dom": "16.8.6",
|
|
"stremio-colors": "git+ssh://git@github.com/Stremio/stremio-colors.git#v2.0.3",
|
|
"stremio-icons": "git+ssh://git@github.com/Stremio/stremio-icons.git#v1.0.6",
|
|
"stremio-json-data": "git+ssh://git@github.com/stremio/stremio-json-data.git#v1.2.3",
|
|
"stremio-translations": "git+ssh://git@github.com/Stremio/stremio-translations.git#v1.41.0",
|
|
"vtt.js": "0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.4.3",
|
|
"@babel/plugin-proposal-class-properties": "7.4.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
|
|
"@babel/preset-env": "7.4.3",
|
|
"@babel/preset-react": "7.0.0",
|
|
"@babel/runtime": "7.4.3",
|
|
"@storybook/addon-actions": "4.1.11",
|
|
"@storybook/addon-links": "4.1.11",
|
|
"@storybook/addons": "4.1.11",
|
|
"@storybook/react": "4.1.11",
|
|
"autoprefixer": "9.5.1",
|
|
"babel-loader": "8.0.5",
|
|
"copy-webpack-plugin": "5.0.2",
|
|
"css-loader": "2.1.1",
|
|
"html-webpack-plugin": "3.2.0",
|
|
"less": "3.9.0",
|
|
"less-loader": "4.1.0",
|
|
"postcss-loader": "3.0.0",
|
|
"style-loader": "0.23.1",
|
|
"terser-webpack-plugin": "1.2.3",
|
|
"webpack": "4.29.6",
|
|
"webpack-cli": "3.3.0",
|
|
"webpack-dev-server": "3.2.1"
|
|
}
|
|
} |