-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 962 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 962 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
{
"name": "subtitle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/joy": "^5.0.0-beta.7",
"@mui/material": "^5.14.10",
"@mui/styled-engine-sc": "^5.14.10",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"axios": "^1.5.0",
"fluent-ffmpeg": "^2.1.2",
"groq-sdk": "^0.3.2",
"multer": "^1.4.5-lts.1",
"next": "13.3.1",
"openai": "^4.0.0",
"react": "^18.2.0",
"react-select": "^5.7.5",
"sass": "^1.62.1",
"styled-components": "^5.3.11",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/formidable": "^3.4.3",
"@types/multer": "^1.4.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}