stremio-web/package.json
NikolaBorislavovHristov f4ac1797ea stremio-core-web updated
2019-09-13 16:25:10 +03:00

56 lines
No EOL
2.1 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"
},
"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.9.0",
"react-dom": "16.9.0",
"spatial-navigation-polyfill": "git+ssh://git@github.com/NikolaBorislavovHristov/spatial-navigation.git#964d09bf2b0853e27af6c25924b595d6621a019d",
"stremio-colors": "git+ssh://git@github.com/Stremio/stremio-colors.git#v2.0.4",
"stremio-icons": "git+ssh://git@github.com/Stremio/stremio-icons.git#v1.0.11",
"stremio-core-web": "git+ssh://git@github.com/stremio/stremio-core-web.git#v0.5.0",
"vtt.js": "0.13.0"
},
"devDependencies": {
"@babel/core": "7.6.0",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/preset-env": "7.6.0",
"@babel/preset-react": "7.0.0",
"@babel/runtime": "7.6.0",
"@storybook/addon-actions": "5.1.11",
"@storybook/addon-console": "1.2.1",
"@storybook/addons": "5.1.11",
"@storybook/react": "5.1.11",
"babel-loader": "8.0.6",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.0.4",
"css-loader": "3.2.0",
"cssnano": "4.1.10",
"cssnano-preset-advanced": "4.0.7",
"html-webpack-plugin": "3.2.0",
"less": "3.10.3",
"less-loader": "5.0.0",
"mini-css-extract-plugin": "0.8.0",
"postcss-loader": "3.0.0",
"storybook-addon-jsx": "7.1.6",
"terser-webpack-plugin": "2.0.1",
"webpack": "4.39.3",
"webpack-cli": "3.3.8",
"webpack-dev-server": "3.8.0"
}
}