-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.37 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
{
"name": "ai-demo",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"postinstall": "patch-package"
},
"dependencies": {
"@tensorflow-models/body-pix": "^2.1.0",
"@tensorflow-models/coco-ssd": "^2.2.2",
"@tensorflow-models/face-landmarks-detection": "^0.0.3",
"@tensorflow-models/handpose": "^0.0.7",
"@tensorflow-models/mobilenet": "^2.1.0",
"@tensorflow-models/posenet": "^2.2.2",
"@tensorflow-models/qna": "^1.0.0",
"@tensorflow-models/speech-commands": "^0.5.4",
"@tensorflow/tfjs-backend-wasm": "^3.5.0",
"@tensorflow/tfjs-converter": "^3.16.0",
"@tensorflow/tfjs-core": "^3.5.0",
"@tensorflow/tfjs-data": "^3.5.0",
"@tensorflow/tfjs-layers": "^3.16.0",
"vue": "^3.0.5",
"vue-router": "^4.0.6",
"workbox-window": "^6.5.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.4.0",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.11",
"patch-package": "^6.4.7",
"prettier": "^2.2.1",
"rollup-plugin-workbox": "^6.1.1",
"typescript": "^4.2.4",
"vite": "^2.9.6",
"vite-plugin-html": "^2.0.7",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-windicss": "^0.15.7",
"workbox-background-sync": "^6.1.5",
"workbox-expiration": "^6.1.5",
"workbox-precaching": "^6.1.2",
"workbox-recipes": "^6.1.5",
"workbox-routing": "^6.1.2",
"workbox-strategies": "^6.1.2"
}
}