-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.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
{
"name": "spotify-mood",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.0.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@heroicons/react": "^1.0.6",
"@mediapipe/hands": "^0.4.1646424915",
"@tensorflow-models/hand-pose-detection": "^2.0.0",
"@tensorflow-models/handpose": "^0.0.7",
"@tensorflow/tfjs-backend-webgl": "^3.17.0",
"@tensorflow/tfjs-converter": "^3.17.0",
"@tensorflow/tfjs-core": "^3.17.0",
"dotenv": "^16.0.1",
"fingerpose": "^0.1.0",
"framer-motion": "^6",
"jotai": "^1.6.7",
"next": "12.1.6",
"next-auth": "^4.3.4",
"phosphor-react": "^1.4.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.3.1",
"react-webcam": "^7.0.1",
"request": "^2.88.2",
"spotify-web-api-node": "^5.0.2"
},
"devDependencies": {
"eslint": "8.15.0",
"eslint-config-next": "12.1.6"
}
}