-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 3.01 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 3.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"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.56.4",
"@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#d9cd2fb88268b365b14101452665de698f9c15e9",
"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"
}
}