-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 934 Bytes
/
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
{
"name": "concisify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "sst bind next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.577.0",
"@aws-sdk/client-s3": "^3.582.0",
"fluent-ffmpeg": "^2.1.3",
"launchdarkly-node-server-sdk": "^7.0.4",
"launchdarkly-react-client-sdk": "^3.2.0",
"next": "14.2.3",
"openai": "^4.47.1",
"react": "^18",
"react-dom": "^18",
"tmp": "^0.2.3"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.24",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/tmp": "^0.2.6",
"aws-cdk-lib": "2.142.1",
"constructs": "10.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"sst": "^2.42.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}