-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "animex-lab",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@oplayer/core": "^1.2.31",
"@oplayer/danmaku": "^1.2.24",
"@oplayer/hls": "^1.2.22",
"@oplayer/plugins": "^1.0.7",
"@oplayer/react": "^1.2.8",
"@oplayer/torrent": "^1.2.23",
"@oplayer/ui": "^1.2.22",
"@supabase/supabase-js": "^2.36.0",
"@vercel/analytics": "^1.1.1",
"axios": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"dayjs": "^1.11.10",
"emailjs-com": "^3.2.0",
"heroicons": "^2.0.18",
"moment": "^2.29.4",
"next": "^13.5.4",
"nextjs-toploader": "^1.4.2",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.11.0",
"react-player": "^2.13.0",
"react-toastify": "^9.1.3",
"swiper": "^10.3.1",
"swr": "^2.2.4",
"zustand": "^4.4.2"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"daisyui": "^3.8.2",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}