forked from Stremio/stremio-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·69 lines (69 loc) · 2.43 KB
/
package.json
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
{
"name": "stremio",
"displayName": "Stremio",
"version": "5.0.0",
"author": "Smart Code OOD",
"private": true,
"license": "gpl-2.0",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production",
"storybook": "start-storybook --ci --config-dir ./storybook --static-dir ./ --port 6060",
"test": "jest",
"lint": "eslint src"
},
"dependencies": {
"@babel/runtime": "7.12.5",
"@sentry/browser": "5.11.1",
"@stremio/stremio-colors": "4.0.1",
"@stremio/stremio-core-web": "0.21.0",
"@stremio/stremio-icons": "3.0.5",
"@stremio/stremio-video": "0.0.7",
"a-color-picker": "1.2.1",
"classnames": "2.2.6",
"eventemitter3": "4.0.7",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"lodash.throttle": "4.1.1",
"pako": "1.0.11",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-focus-lock": "2.2.1",
"spatial-navigation-polyfill": "git+https://git@github.com/Stremio/spatial-navigation.git#40204ad9942fe786794c62f99ea5ab2b52b24096"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/preset-env": "7.12.10",
"@babel/preset-react": "7.12.10",
"@storybook/addon-actions": "5.2.8",
"@storybook/addon-console": "1.2.1",
"@storybook/addons": "5.2.8",
"@storybook/react": "5.2.8",
"@testing-library/react": "9.4.0",
"@testing-library/react-hooks": "3.2.1",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "7.0.0",
"css-loader": "5.0.1",
"cssnano": "4.1.10",
"cssnano-preset-advanced": "4.0.7",
"eslint": "7.17.0",
"eslint-plugin-react": "7.22.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "4.5.1",
"jest": "24.9.0",
"less": "3.13.1",
"less-loader": "7.2.1",
"mini-css-extract-plugin": "1.3.3",
"postcss-loader": "4.1.0",
"react-test-renderer": "16.13.0",
"storybook-addon-jsx": "7.1.15",
"terser-webpack-plugin": "5.0.3",
"webpack": "5.15.0",
"webpack-cli": "4.3.1",
"webpack-dev-server": "3.11.2"
}
}