stremio-web/package.json
NikolaBorislavovHristov eaf165c48f classnames installed
2018-06-14 11:58:18 +03:00

41 lines
1.4 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 --hot",
"build": "webpack --mode production"
},
"dependencies": {
"classnames": "2.2.6",
"prop-types": "15.6.1",
"react": "16.4.0",
"react-dom": "16.4.0",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"stremio-colors": "git+ssh://git@github.com/Stremio/stremio-colors.git#v1.0.0",
"stremio-icons": "git+ssh://git@github.com/Stremio/stremio-icons.git#v1.0.0",
"stremio-translations": "git+ssh://git@github.com/Stremio/stremio-translations.git#v1.41.0"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"copy-webpack-plugin": "4.5.1",
"css-loader": "0.28.11",
"html-webpack-plugin": "3.2.0",
"less": "3.0.4",
"less-loader": "4.1.0",
"postcss-loader": "2.1.5",
"style-loader": "0.21.0",
"uglifyjs-webpack-plugin": "1.2.5",
"webpack": "4.12.0",
"webpack-cli": "3.0.3",
"webpack-dev-server": "3.1.4"
}
}