stremio-web/package.json

87 lines
3 KiB
JSON

{
"name": "stremio",
"displayName": "Stremio",
"version": "5.0.0-beta.36",
"author": "Smart Code OOD",
"private": true,
"license": "gpl-2.0",
"scripts": {
"start": "webpack serve --mode development",
"start-prod": "webpack serve --mode production",
"build": "webpack --mode production",
"test": "jest",
"lint": "eslint src",
"scan-translations": "pnpx jest ./tests/i18nScan.test.js"
},
"dependencies": {
"@babel/runtime": "7.29.2",
"@sentry/browser": "8.42.0",
"@stremio/stremio-colors": "5.2.0",
"@stremio/stremio-core-web": "0.57.0",
"@stremio/stremio-icons": "5.10.0",
"@stremio/stremio-video": "0.0.78",
"a-color-picker": "1.2.1",
"bowser": "2.14.1",
"buffer": "6.0.3",
"classnames": "2.5.1",
"eventemitter3": "5.0.4",
"fast-equals": "^6.0.0",
"filter-invalid-dom-props": "3.0.1",
"hat": "^0.0.3",
"i18next": "^24.2.3",
"langs": "github:Stremio/nodejs-langs",
"lodash.debounce": "4.0.8",
"lodash.intersection": "4.4.0",
"lodash.throttle": "4.1.1",
"magnet-uri": "6.2.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-focus-lock": "2.13.7",
"react-i18next": "^15.7.4",
"react-is": "18.3.1",
"spatial-navigation-polyfill": "github:Stremio/spatial-navigation#64871b1422466f5f45d24ebc8bbd315b2ebab6a6",
"stremio-translations": "github:Stremio/stremio-translations#c2d68dc590ac7d56f0df5e69a2144ba83e0d5ef0",
"url": "0.11.4",
"use-long-press": "^3.3.0"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.3",
"@babel/preset-react": "7.28.5",
"@eslint/js": "^9.39.4",
"@stylistic/eslint-plugin": "^5.10.0",
"@stylistic/eslint-plugin-jsx": "^4.4.1",
"@types/hat": "^0.0.4",
"@types/lodash.throttle": "^4.1.9",
"@types/magnet-uri": "^5.1.5",
"@types/node": "^25.6.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"babel-loader": "10.1.1",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.11.0",
"cssnano": "7.1.9",
"cssnano-preset-advanced": "7.0.16",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"globals": "^15.15.0",
"html-webpack-plugin": "5.6.7",
"jest": "29.7.0",
"less": "4.6.4",
"less-loader": "12.3.2",
"mini-css-extract-plugin": "2.10.2",
"postcss-loader": "8.2.1",
"readdirp": "4.0.2",
"recast": "0.23.11",
"terser-webpack-plugin": "5.5.0",
"thread-loader": "^4.0.4",
"ts-loader": "^9.5.7",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.2",
"webpack": "5.106.2",
"webpack-cli": "7.0.2",
"webpack-dev-server": "^5.2.3",
"workbox-webpack-plugin": "^7.4.1"
}
}