-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.46 KB
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
{
"name": "microphone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"eslint": "npx eslint .",
"check": "npx prettier --check .",
"format": "npx prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.5",
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.12.0",
"@nivo/pie": "^0.83.0",
"@prisma/client": "^5.5.2",
"@tensorflow-models/pose-detection": "^2.1.3",
"@tensorflow/tfjs-backend-webgl": "^4.12.0",
"@tensorflow/tfjs-converter": "^4.12.0",
"@tensorflow/tfjs-core": "^4.12.0",
"axios": "^1.6.0",
"bootstrap": "^5.3.2",
"cloudinary": "^1.41.0",
"fs": "^0.0.1-security",
"next": "14.0.0",
"next-auth": "^4.24.4",
"pg": "^8.11.3",
"react": "^18",
"react-audio-voice-recorder": "^2.2.0",
"react-bootstrap": "^2.9.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-webcam": "^7.2.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"autoprefixer": "^10",
"eslint": "^8.52.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.0",
"postcss": "^8",
"prisma": "^5.5.2",
"tailwindcss": "^3"
}
}