forked from leestanley/liquid-hacks-22
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.0.6",
"@react-three/fiber": "^8.9.1",
"antd": "^5.0.3",
"cwise": "^1.0.10",
"face-api.js": "^0.22.2",
"firebase": "^9.14.0",
"fs": "^0.0.1-security",
"ndarray": "^1.0.18",
"ndarray-fft": "^1.0.3",
"ndarray-linear-interpolate": "^1.0.0",
"ndarray-linspace": "^1.0.2",
"ndarray-ops": "^1.2.2",
"next": "^13.0.6",
"next-images": "^1.8.4",
"performance-now": "^2.1.0",
"react": "18.2.0",
"react-charts": "^2.0.0-beta.7",
"react-circular-gradient-progress": "^1.1.1",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"react-speech-recognition": "^3.10.0",
"react-toastify": "^9.1.1",
"react-webcam": "^7.0.1",
"regenerator-runtime": "^0.13.11",
"sass": "^1.56.1",
"three": "^0.147.0",
"yarn": "^1.22.19",
"zeros": "^1.0.0"
}
}