-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.2",
"@tensorflow-models/body-pix": "^2.2.0",
"@tensorflow-models/face-landmarks-detection": "^0.0.3",
"@tensorflow-models/posenet": "^2.2.2",
"@tensorflow/tfjs": "^3.8.0",
"@tensorflow/tfjs-backend-webgl": "^3.10.0",
"@tensorflow/tfjs-converter": "^3.10.0",
"@tensorflow/tfjs-core": "^3.10.0",
"@uppy/core": "^1.19.2",
"@uppy/drag-drop": "^1.4.30",
"@uppy/progress-bar": "^1.3.30",
"@uppy/react": "^1.12.0",
"@uppy/tus": "^1.9.2",
"bootstrap": "5.0.2",
"dat.gui": "^0.7.7",
"lodash": "^4.17.21",
"next": "11.0.2-canary.20",
"rc-slider": "^9.7.4",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-beta.4",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-spinners": "^0.11.0",
"scatter-gl": "^0.0.11",
"stats.js": "^0.17.0",
"tailwind-css-variables": "^3.0.1",
"three": "^0.133.1"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}