forked from MiteshJain8/learnix
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 563 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 563 Bytes
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
{
"name": "learnix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tensorflow-models/handpose": "^0.1.0",
"@tensorflow/tfjs": "^4.22.0",
"firebase": "^11.1.0",
"handtrackjs": "^0.1.5",
"next": "15.1.2",
"picklejs": "^0.101.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-firebase-hooks": "^5.1.1"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}