generated from nishantrpai/backend-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.04 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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "backend-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@farcaster/auth-kit": "^0.2.1",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@imgly/background-removal": "^1.5.5",
"@imgly/background-removal-node": "^1.4.5",
"@mediapipe/drawing_utils": "^0.3.1675466124",
"@mediapipe/face_mesh": "^0.4.1633559619",
"@supabase/supabase-js": "^2.45.2",
"@tensorflow-models/face-landmarks-detection": "^1.0.6",
"@tensorflow-models/facemesh": "^0.0.5",
"@tensorflow/tfjs": "^4.22.0",
"chart.js": "^4.4.3",
"delaunator": "^5.0.1",
"email-validator": "^2.0.4",
"ethers": "^6.11.1",
"expo-image-manipulator": "^13.0.5",
"face-api.js": "^0.22.2",
"frames.js": "^0.15.2",
"fs": "^0.0.1-security",
"get-browser-fingerprint": "^3.2.0",
"gif.js": "^0.2.0",
"gif.js.optimized": "^1.0.1",
"gifshot": "^0.4.5",
"gifuct-js": "^2.1.2",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.2",
"jimp": "^0.22.12",
"jspdf": "^2.5.2",
"jszip": "^3.10.1",
"limiter": "^2.1.0",
"markdown-to-jsx": "^7.5.0",
"moment": "^2.30.1",
"natural": "^7.0.5",
"next": "13.4.10",
"node-fetch": "^3.3.2",
"openai": "^4.29.2",
"opepen-standard": "^1.0.1",
"prop-types": "^15.8.1",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-draggable": "^4.4.6",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-resizable": "^3.0.5",
"react-simple-maps": "^3.0.0",
"react-speech-recognition": "^3.10.0",
"regenerator-runtime": "^0.14.1",
"remark-gfm": "^4.0.0",
"sevm": "^0.6.15",
"socket.io-client": "^4.7.5",
"tone": "^15.0.4",
"viem": "^2.9.16",
"watermark-remover": "^1.6.0",
"whammy": "^0.0.1",
"youtube-transcript": "^1.2.1"
}
}