-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.63 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
{
"name": "bitflix",
"version": "1.0.2",
"description": "Bitflix is an open source web application to watch movies using torrents in an easy way.",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitflix-official/Bitflix.git"
},
"keywords": [
"bitflix",
"movies",
"torrents",
"webtorrent"
],
"author": "nuzze",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitflix-official/Bitflix/issues"
},
"homepage": "https://github.com/bitflix-official/Bitflix#readme",
"dependencies": {
"@radix-ui/react-context-menu": "^0.1.1",
"@radix-ui/react-dropdown-menu": "^0.1.1",
"@radix-ui/react-icons": "^1.0.3",
"@radix-ui/react-popover": "^0.1.1",
"@radix-ui/react-tooltip": "^0.1.1",
"@supabase/supabase-js": "^1.28.0",
"i18next": "^21.5.6",
"kbar": "^0.1.0-beta.21",
"next": "^14.1.1",
"next-pwa": "^5.4.4",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.14.3",
"react-infinite-scroll-component": "^6.1.0",
"react-toastify": "^8.1.0",
"video.js": "^7.17.0"
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.0.21"
}
}