-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "mommybebe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "drizzle-kit push:pg",
"db:generate": "drizzle-kit generate:pg",
"db:drop": "drizzle-kit drop"
},
"dependencies": {
"@chengsokdara/use-whisper": "^0.2.0",
"@ffmpeg/core": "0.11.0",
"@ffmpeg/ffmpeg": "0.11.0",
"@hookform/resolvers": "^3.3.1",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-query-devtools": "^4.33.0",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"axios": "^1.5.0",
"drizzle-orm": "^0.28.5",
"encoding": "^0.1.13",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.1",
"lucide-react": "^0.270.0",
"next": "13.4.19",
"node-fetch": "^3.3.2",
"openai": "^4.3.1",
"pg": "^8.11.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"sass": "^1.66.1",
"typescript": "5.2.2",
"zod": "^3.22.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/pg": "^8.10.2",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"prettier": "^3.0.2"
}
}