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
|
{
"name": "moopa",
"version": "3.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.3",
"@consumet/extensions": "github:consumet/consumet.ts",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@next/font": "13.0.7",
"artplayer": "latest",
"axios": "^1.2.2",
"closest-match": "^1.3.3",
"framer-motion": "^8.5.0",
"gql": "^1.1.2",
"graphql": "^15.8.0",
"hls.js": "^1.3.2",
"kt-react-html-parser": "^2.1.3",
"mongodb": "^4.15.0",
"next": "13.0.7",
"next-auth": "^4.22.0",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-loading-skeleton": "^3.2.0",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "^8.38.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.20",
"prettier": "^2.8.3",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.3.1"
}
}
|