-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "enime.moe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docker:build": "docker build -t enime/site:1.0 .",
"docker:push": "docker push enime/site:1.0"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "^13.1.1",
"@oplayer/core": "^1.2.7",
"@oplayer/hls": "^1.2.4",
"@oplayer/ui": "^1.2.7",
"@prisma/client": "^4.8.0",
"@types/node": "18.11.8",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"hls.js": "^1.2.9",
"next": "13.1.1",
"next-auth": "^4.18.7",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^3.4.7",
"sass": "^1.57.1",
"superstruct": "^1.0.3",
"swr": "^1.3.0",
"typescript": "4.8.4"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.29.5-appdir.0",
"@types/hls.js": "^1.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"prisma": "^4.8.0",
"tailwindcss": "^3.2.4"
}
}