generated from deepgram/oss-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 912 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
{
"name": "deepgram-voicebot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier"
},
"dependencies": {
"@deepgram/sdk": "^3.5.1",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@react-hook/resize-observer": "^2.0.2",
"@uidotdev/usehooks": "^2.4.1",
"next": "14.2.6",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"sass": "^1.77.8"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.4",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"typescript": "5.5.4"
}
}