-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
60 lines (60 loc) · 1.69 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
60
{
"name": "news-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "^13.0.2",
"@prisma/client": "^4.7.1",
"@radix-ui/react-accordion": "^1.0.1",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-scroll-area": "^1.0.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.3",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@vercel/analytics": "^0.1.6",
"blurhash": "^2.0.4",
"daisyui": "^2.38.1",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"google-tts-api": "^2.0.2",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jsdom": "^20.0.2",
"next": "13.0.2",
"next-auth": "^4.16.3",
"nextjs-progressbar": "^0.0.16",
"plyr": "^3.7.3",
"react": "18.2.0",
"react-blurhash": "^0.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-lazy-load-image-component": "^1.5.6",
"swiper": "^8.4.4",
"timeago.js": "^4.0.2",
"typescript": "4.8.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@types/jsdom": "^20.0.0",
"@types/react-lazy-load-image-component": "^1.5.2",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"prisma": "^4.7.1",
"tailwindcss": "^3.2.2"
}
}