-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.79 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "kml-pipe-ts",
"version": "1.0.125",
"description": "",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"test": "jest",
"build": "rm -rf dist && tsc",
"view": "cd demo && npm run dev",
"dev": "export VITE_API=STAGING && tsc-watch --onSuccess 'npm run view'"
},
"keywords": [],
"author": "Kinetix ML",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"@inrupt/jest-jsdom-polyfills": "^2.1.0",
"@types/jest": "^29.5.3",
"get-image-data": "^5.0.0",
"http-server": "^14.1.1",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jsdom": "^22.1.0",
"jsdom-worker": "^0.3.0",
"live-server": "^1.2.2",
"node-polyfill-webpack-plugin": "^2.0.1",
"nodemon": "^3.0.1",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.6",
"watch-http-server": "^0.7.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@mediapipe/face_mesh": "^0.4.1633559619",
"@mediapipe/pose": "^0.5.1675469404",
"@mediapipe/tasks-vision": "^0.10.3",
"@stdlib/blas-base-gnrm2": "^0.0.7",
"@tensorflow-models/face-detection": "^1.0.2",
"@tensorflow-models/face-landmarks-detection": "^1.0.2",
"@tensorflow-models/pose-detection": "^2.1.0",
"@tensorflow/tfjs-backend-wasm": "^4.8.0",
"@tensorflow/tfjs-backend-webgl": "^4.8.0",
"@tensorflow/tfjs-backend-webgpu": "^4.9.0",
"@tensorflow/tfjs-converter": "^4.8.0",
"@tensorflow/tfjs-core": "^4.8.0",
"@tensorflow/tfjs-tflite": "^0.0.1-alpha.9",
"cross-fetch": "^4.0.0",
"install": "^0.13.0",
"kml-pipe-ts": "1.0.107",
"roboflow-js": "^0.2.32"
}
}