-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "finalproject16apr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.342.0",
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.6",
"autoprefixer": "10.4.14",
"aws-sdk": "^2.1388.0",
"axios": "^1.3.5",
"child-process": "^1.0.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"express": "^4.18.2",
"ffmpeg-static": "^5.1.0",
"filereader": "^0.10.3",
"form-data": "^4.0.0",
"formidable": "^2.1.1",
"formidable-serverless": "^1.1.1",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"next": "13.3.0",
"openai": "^3.2.1",
"p-queue": "^7.3.4",
"postcss": "8.4.21",
"python-shell": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-particles": "^2.9.3",
"react-tsparticles": "^2.9.3",
"react-webcam": "^7.0.1",
"remark-gfm": "^3.0.1",
"socket.io": "^4.6.1",
"tailwindcss": "3.3.1",
"tsparticles": "^2.9.3"
}
}