@bdelab/roav-ran 1.0.21 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_sentry-release-injection-file.10d80201.js +2 -0
- package/lib/_sentry-release-injection-file.10d80201.js.map +1 -0
- package/lib/index.2f0d35b3.js +11 -0
- package/lib/index.2f0d35b3.js.map +1 -0
- package/lib/index.html +3 -1
- package/lib/ort-training-wasm-simd.wasm +0 -0
- package/lib/ort-wasm-simd-threaded.jsep.wasm +0 -0
- package/lib/ort-wasm-simd-threaded.wasm +0 -0
- package/lib/ort-wasm-simd.jsep.wasm +0 -0
- package/lib/ort-wasm-simd.wasm +0 -0
- package/lib/ort-wasm-threaded.wasm +0 -0
- package/lib/ort-wasm.wasm +0 -0
- package/lib/worker.15377a5f.js +31 -0
- package/lib/worker.15377a5f.js.map +1 -0
- package/package.json +16 -5
- package/lib/index.b15174b6.js +0 -11
- package/lib/index.b15174b6.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bdelab/roav-ran",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "lib/index.
|
|
6
|
-
"module": "lib/index.
|
|
5
|
+
"main": "lib/index.2f0d35b3.js",
|
|
6
|
+
"module": "lib/index.2f0d35b3.js",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"lib"
|
|
@@ -46,9 +46,13 @@
|
|
|
46
46
|
"@jspsych/plugin-audio-keyboard-response": "^1.1.0",
|
|
47
47
|
"@jspsych/plugin-call-function": "^1.1.2",
|
|
48
48
|
"@jspsych/plugin-fullscreen": "^1.1.0",
|
|
49
|
+
"@mediapipe/face_mesh": "^0.4.1633559619",
|
|
50
|
+
"@rollup/plugin-url": "^8.0.2",
|
|
51
|
+
"@rollup/plugin-wasm": "^6.2.2",
|
|
49
52
|
"@sentry/browser": "^7.111.0",
|
|
50
53
|
"@sentry/integrations": "^7.111.0",
|
|
51
54
|
"@sentry/wasm": "^7.111.0",
|
|
55
|
+
"@surma/rollup-plugin-off-main-thread": "^2.2.3",
|
|
52
56
|
"@xenova/transformers": "^1.3.2",
|
|
53
57
|
"dotenv": "^16.4.5",
|
|
54
58
|
"fscreen": "^1.2.0",
|
|
@@ -57,11 +61,18 @@
|
|
|
57
61
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
58
62
|
"jspsych": "^7.2.1",
|
|
59
63
|
"lodash": "^4.17.21",
|
|
64
|
+
"ml-regression-polynomial": "^3.0.0",
|
|
65
|
+
"ndarray": "^1.0.19",
|
|
66
|
+
"ndarray-ops": "^1.2.2",
|
|
67
|
+
"onnxjs": "^0.1.8",
|
|
68
|
+
"onnxruntime-web": "^1.17.1",
|
|
60
69
|
"node-fetch": "^2.6.6",
|
|
61
70
|
"papaparse": "^5.4.1",
|
|
62
71
|
"regenerator-runtime": "^0.13.9",
|
|
63
72
|
"roarr": "^7.21.1",
|
|
64
|
-
"store2": "^2.13.2"
|
|
73
|
+
"store2": "^2.13.2",
|
|
74
|
+
"webpack": "^5.70.0",
|
|
75
|
+
"webpack-dev-server": "^4.7.4"
|
|
65
76
|
},
|
|
66
77
|
"devDependencies": {
|
|
67
78
|
"@babel/cli": "^7.22.5",
|
|
@@ -95,6 +106,7 @@
|
|
|
95
106
|
"process": "^0.11.10",
|
|
96
107
|
"rimraf": "^5.0.1",
|
|
97
108
|
"rollup": "^3.26.3",
|
|
109
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
98
110
|
"rollup-plugin-postcss": "^4.0.2",
|
|
99
111
|
"rollup-plugin-serve": "^1.1.1",
|
|
100
112
|
"rollup-plugin-string": "^3.0.0",
|
|
@@ -104,7 +116,6 @@
|
|
|
104
116
|
"style-loader": "^3.3.1",
|
|
105
117
|
"webpack": "^5.90.3",
|
|
106
118
|
"webpack-cli": "^5.1.4",
|
|
107
|
-
"webpack-dev-server": "^4.15.1",
|
|
108
119
|
"webpack-merge": "^5.8.0"
|
|
109
120
|
}
|
|
110
121
|
}
|