mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
77 lines
2.6 KiB
JSON
Executable file
77 lines
2.6 KiB
JSON
Executable file
{
|
|
"name": "stremio",
|
|
"displayName": "Stremio",
|
|
"version": "5.0.0-beta.8",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "7.16.0",
|
|
"@sentry/browser": "6.13.3",
|
|
"@stremio/stremio-colors": "5.0.1",
|
|
"@stremio/stremio-core-web": "0.47.7",
|
|
"@stremio/stremio-icons": "5.2.0",
|
|
"@stremio/stremio-video": "0.0.38",
|
|
"a-color-picker": "1.2.1",
|
|
"bowser": "2.11.0",
|
|
"buffer": "6.0.3",
|
|
"classnames": "2.3.1",
|
|
"eventemitter3": "4.0.7",
|
|
"filter-invalid-dom-props": "2.1.0",
|
|
"hat": "0.0.3",
|
|
"i18next": "^22.4.3",
|
|
"langs": "^2.0.0",
|
|
"lodash.debounce": "4.0.8",
|
|
"lodash.intersection": "4.4.0",
|
|
"lodash.isequal": "4.5.0",
|
|
"lodash.throttle": "4.1.1",
|
|
"magnet-uri": "6.2.0",
|
|
"prop-types": "15.7.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-focus-lock": "2.9.1",
|
|
"react-i18next": "^12.1.1",
|
|
"react-is": "18.2.0",
|
|
"spatial-navigation-polyfill": "github:Stremio/spatial-navigation#64871b1422466f5f45d24ebc8bbd315b2ebab6a6",
|
|
"stremio-translations": "github:Stremio/stremio-translations#b13b3e2653bd0dcf644d2a20ffa32074fe6532dd",
|
|
"url": "0.11.0",
|
|
"use-long-press": "^3.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.16.0",
|
|
"@babel/plugin-proposal-class-properties": "7.16.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.16.0",
|
|
"@babel/preset-env": "7.16.0",
|
|
"@babel/preset-react": "7.16.0",
|
|
"@types/react": "^18.2.9",
|
|
"babel-loader": "8.2.3",
|
|
"clean-webpack-plugin": "4.0.0",
|
|
"copy-webpack-plugin": "9.0.1",
|
|
"css-loader": "6.5.0",
|
|
"cssnano": "5.0.8",
|
|
"cssnano-preset-advanced": "5.1.4",
|
|
"eslint": "7.32.0",
|
|
"eslint-plugin-react": "7.26.1",
|
|
"html-webpack-plugin": "5.5.0",
|
|
"jest": "27.3.1",
|
|
"less": "4.1.2",
|
|
"less-loader": "10.2.0",
|
|
"mini-css-extract-plugin": "2.4.3",
|
|
"postcss-loader": "6.2.0",
|
|
"readdirp": "3.6.0",
|
|
"terser-webpack-plugin": "5.2.4",
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.4.2",
|
|
"webpack": "5.61.0",
|
|
"webpack-cli": "4.9.1",
|
|
"webpack-dev-server": "^4.7.4",
|
|
"webpack-pwa-manifest": "^4.3.0",
|
|
"workbox-webpack-plugin": "^6.5.3"
|
|
}
|
|
}
|