-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
97 lines (97 loc) · 2.7 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "watchit",
"author": "WatchItDev",
"version": "1.0.0-beta.0",
"private": true,
"main": "./out/main/index.js",
"description": "Open movies everywhere",
"email": "info@watchit.movie",
"license": "LICENSE.md",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/WatchItDev/watchit-app.git"
},
"engines": {
"node": ">=18"
},
"scripts": {
"preinstall": "npm i electron-icon-maker",
"postinstall": "electron-builder install-app-deps"
},
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@helia/unixfs": "^3.0.6",
"@libp2p/pubsub-peer-discovery": "^10.0.2",
"@tabler/icons": "^2.28.0",
"bufferutil": "^4.0.8",
"electron-updater": "^6.1.7",
"fs-extra": "^9.0.1",
"helia": "^4.2.4",
"hls.js": "^1.5.11",
"it-all": "^1.0.6",
"jschardet": "^2.1.1",
"level-js": "6.1.0",
"linvodb3": "^3.19.0",
"lottie-react": "^2.4.0",
"memfs": "^4.9.3",
"mime": "^2.4.6",
"node-datachannel": "^0.9.2",
"pino": "^9.2.0",
"pino-pretty": "^11.2.1",
"plyr": "^3.7.8",
"plyr-react": "^5.3.0",
"react-custom-scrollbars": "^4.2.1",
"react-refresh": "^0.14.2",
"react-window": "^1.8.10",
"react-window-infinite-loader": "^1.0.9",
"shortid": "^2.2.15",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@rollup/plugin-commonjs": "^26.0.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"@welldone-software/why-did-you-render": "^8.0.1",
"electron": "^29.1.4",
"electron-builder": "^24.13.3",
"electron-vite": "^2.2.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"events": "^3.3.0",
"jest": "^29.7.0",
"normalize.css": "^8.0.1",
"prompts": "2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"sass": "^1.77.6",
"standard": "^17.1.0",
"vite": "^5.3.1",
"vite-plugin-handlebars": "^2.0.0",
"vite-plugin-node-polyfills": "^0.22.0"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}