-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "deafy-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@azure/storage-blob": "^12.17.0",
"@ffmpeg/ffmpeg": "^0.12.7",
"@ffmpeg/util": "^0.12.1",
"@heroicons/react": "^2.0.18",
"axios": "^1.6.2",
"ffmpeg": "^0.0.4",
"json-server": "^0.17.4",
"jwt-decode": "^4.0.0",
"multer": "^1.4.5-lts.1",
"next": "13.5.6",
"next-themes": "^0.2.1",
"nookies": "^2.5.2",
"react": "^18",
"react-dom": "^18",
"react-slick": "^0.29.0",
"react-swipeable": "^7.0.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-modal": "^3.16.3",
"@types/react-slick": "^0.23.12",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}