-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "medalert",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sashido/teachablemachine-node": "^1.2.2",
"@teachablemachine/image": "^0.8.5",
"@tensorflow/tfjs-node": "^4.20.0",
"canvas": "^2.11.2",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"encoding": "^0.1.13",
"express": "^4.19.2",
"firebase": "^10.12.3",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.5",
"next": "14.2.4",
"react": "^18",
"react-datepicker": "^7.3.0",
"react-dom": "^18",
"react-firebase-hooks": "^5.1.1",
"react-firebaseui": "^6.0.0",
"react-icons": "^5.2.1",
"react-select": "^5.8.0",
"react-speakup": "^1.0.0",
"react-speech-recognition": "^3.10.0",
"react-tag-input": "^6.10.3",
"twilio": "^5.2.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-speech-recognition": "^3.9.5",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}