|
16 | 16 | "@mediapipe/face_mesh": "~0.4.0",
|
17 | 17 | "@tensorflow/tfjs-backend-webgl": "^3.12.0",
|
18 | 18 | "@tensorflow/tfjs-converter": "^3.12.0",
|
19 |
| - "@tensorflow/tfjs-core": "^3.12.0" |
| 19 | + "@tensorflow/tfjs-core": "^3.12.0", |
| 20 | + "@tensorflow-models/face-detection": "~1.0.0" |
20 | 21 | },
|
21 | 22 | "devDependencies": {
|
22 | 23 | "@babel/polyfill": "^7.10.4",
|
| 24 | + "@mediapipe/face_detection": "^0.4.0", |
23 | 25 | "@mediapipe/face_mesh": "^0.4.0",
|
24 |
| - "@rollup/plugin-commonjs": "^11.0.2", |
| 26 | + "@rollup/plugin-commonjs": "^21.0.2", |
25 | 27 | "@rollup/plugin-node-resolve": "^7.1.1",
|
26 | 28 | "@rollup/plugin-typescript": "^3.0.0",
|
27 | 29 | "@tensorflow/tfjs-backend-cpu": "^3.12.0",
|
28 | 30 | "@tensorflow/tfjs-backend-webgl": "^3.12.0",
|
29 | 31 | "@tensorflow/tfjs-converter": "^3.12.0",
|
30 | 32 | "@tensorflow/tfjs-core": "^3.12.0",
|
| 33 | + "@tensorflow-models/face-detection": "^1.0.0", |
31 | 34 | "@types/jasmine": "~2.8.8",
|
32 | 35 | "babel-core": "~6.26.0",
|
33 | 36 | "babel-plugin-transform-runtime": "~6.23.0",
|
|
40 | 43 | "karma-spec-reporter": "~0.0.32",
|
41 | 44 | "karma-typescript": "~5.5.1",
|
42 | 45 | "karma-typescript-es6-transform": "^5.1.0",
|
43 |
| - "rollup": "~2.3.2", |
| 46 | + "rollup": "~2.70.1", |
44 | 47 | "rollup-plugin-terser": "~7.0.2",
|
45 | 48 | "rollup-plugin-visualizer": "~3.3.2",
|
46 | 49 | "ts-node": "~8.8.2",
|
|
0 commit comments