forked from debsishu/Miyou
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1014 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1014 Bytes
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
{
"name": "miyou_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@consumet/extensions": "^1.3.1",
"@next/font": "13.1.1",
"axios": "^0.26.1",
"cheerio": "^1.0.0-rc.12",
"daisyui": "^2.46.1",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"express": "^4.18.2",
"graphql": "^15.8.0",
"graphql-request": "^5.1.0",
"hls.js": "^1.1.5",
"next": "13.1.1",
"plyr": "^3.7.3",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-loading-skeleton": "^3.1.0",
"request": "^2.88.2",
"styled-components": "^5.3.5",
"swiper": "^8.1.3",
"swr": "^2.0.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}