-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.9 KB
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
60
61
62
63
64
65
{
"name": "pose-detect-uni",
"version": "0.0.1",
"description": "PoseDetect UniApp Vue3",
"keyword": "pose-detect vue3 mp-weixin wechat uniapp",
"license": "MIT",
"author": {
"name": "Finger",
"email": "finger@spainmo.com"
},
"main": "lib/index.min.js",
"module": "lib/index.esm.js",
"types": ".dist/components/index.d.ts",
"exports": {
".": {
"import": "./dist/pose-detect-uni.js",
"require": "./dist/pose-detect-uni.umd.cjs"
}
},
"files": [
"package.json",
"README.md",
"LICENSE",
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"dev:mp-weixin": "uni -p mp-weixin",
"build:mp-weixin": "uni build -p mp-weixin"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-alpha-3060720221018006",
"@dcloudio/uni-components": "3.0.0-alpha-3060720221018006",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3060720221018006",
"@mediapipe/pose": "^0.5.1635988162",
"@tensorflow-models/pose-detection": "^2.0.0",
"@tensorflow/tfjs-backend-wasm": "^4.0.0",
"@tensorflow/tfjs-backend-webgl": "^4.0.0",
"@tensorflow/tfjs-converter": "^4.0.0",
"@tensorflow/tfjs-core": "^4.0.0",
"abab": "^2.0.5",
"seedrandom": "~2.4.3",
"text-encoder": "^0.0.4",
"three-platformize": "^1.133.1",
"vue": "^3.2.41",
"vue-i18n": "^9.1.9"
},
"devDependencies": {
"@dcloudio/types": "^3.0.16",
"@dcloudio/uni-automator": "3.0.0-alpha-3060720221018006",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3060720221018006",
"@dcloudio/uni-stacktracey": "3.0.0-alpha-3060720221018006",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3060720221018006",
"@tensorflow/tfjs": "^3.13.0",
"@types/wechat-miniprogram": "^3.3.0",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"typescript": "^4.8.3",
"vite": "^3.1.8",
"vite-plugin-dts": "^1.6.6"
}
}