-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.8 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
50
51
52
53
54
55
56
57
58
59
{
"name": "talk-boost-ai",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@prisma/client": "5.0.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"antd": "^5.4.5",
"autoprefixer": "^10.4.14",
"avvvatars-react": "^0.4.2",
"axios": "^1.3.4",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.9",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"jotai": "^2.0.4",
"jsonwebtoken": "^9.0.1",
"lucide-react": "^0.428.0",
"microsoft-cognitiveservices-speech-sdk": "1.32.0",
"next": "13.2.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.3.0",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-i18next": "^13.2.2",
"react-markdown": "^8.0.7",
"react-speech-recognition": "^3.10.0",
"regenerator-runtime": "^0.13.11",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.3.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"prisma": "^5.0.0",
"typescript": "5.0.3"
},
"packageManager": "[email protected]+sha512.9b3b5fbe7789978a3d80259f42514a8a8ea05588496c56b3594541728989f6eff2b29c127075313325afc4e79dd5ae78deba28f9a7888e9e554241cea1358502"
}