-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "@paxapos/av-inputs",
"version": "1.0.9",
"description": "Stencil Component Input webcam",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/av-inputs/av-inputs.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/alevilar/av-inputs"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.2-rc2",
"@stencil/core": "4.0.1",
"@tensorflow/tfjs": "^4.11.0",
"ml-distance-euclidean": "^2.0.0",
"html5-qrcode": "^2.3.8",
"uuid": "^9.0.1"
},
"devDependencies": {
"@stencil/angular-output-target": "0.7.1",
"@types/jest": "29.5.2",
"@types/node": "20.4.0",
"jest": "29.6.1",
"jest-cli": "29.6.1",
"puppeteer": "20.8.0"
},
"license": "MIT"
}