mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
Merge pull request #2363 from jspsych/update-peer-depend
Update the peer dependencies in package.json
This commit is contained in:
commit
a6d5851a6b
@ -4,7 +4,7 @@ This plugin asks the participant to grant permission to access a microphone.
|
|||||||
If multiple microphones are connected to the participant's device, then it allows the participant to pick which device to use.
|
If multiple microphones are connected to the participant's device, then it allows the participant to pick which device to use.
|
||||||
Once access is granted for an experiment you do not need to get permission again.
|
Once access is granted for an experiment you do not need to get permission again.
|
||||||
|
|
||||||
Once the microphone is selected with this plugin it can be accessed with [`jsPsych.pluginAPI.getMicrophoneRecorder()`](dead-link.md).
|
Once the microphone is selected with this plugin it can be accessed with [`jsPsych.pluginAPI.getMicrophoneRecorder()`](../reference/jspsych-pluginAPI.md#getmicrophonerecorder).
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
When recording from a microphone your experiment will need to be running over `https://` protocol. If you try to run the experiment locally using the `file://` protocol or over `http://` protocol you will not be able to access the microphone because of [potential security problems](https://blog.mozilla.org/webrtc/camera-microphone-require-https-in-firefox-68/).
|
When recording from a microphone your experiment will need to be running over `https://` protocol. If you try to run the experiment locally using the `file://` protocol or over `http://` protocol you will not be able to access the microphone because of [potential security problems](https://blog.mozilla.org/webrtc/camera-microphone-require-https-in-firefox-68/).
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/animation",
|
"homepage": "https://www.jspsych.org/latest/plugins/animation",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/audio-button-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/audio-button-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/audio-keyboard-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/audio-keyboard-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/audio-slider-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/audio-slider-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/html-keyboard-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/html-keyboard-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/call-function",
|
"homepage": "https://www.jspsych.org/latest/plugins/call-function",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/canvas-button-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/canvas-button-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/canvas-keyboard-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/canvas-keyboard-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/canvas-slider-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/canvas-slider-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/categorize-animation",
|
"homepage": "https://www.jspsych.org/latest/plugins/categorize-animation",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/categorize-html",
|
"homepage": "https://www.jspsych.org/latest/plugins/categorize-html",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/categorize-image",
|
"homepage": "https://www.jspsych.org/latest/plugins/categorize-image",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/cloze",
|
"homepage": "https://www.jspsych.org/latest/plugins/cloze",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/external-html",
|
"homepage": "https://www.jspsych.org/latest/plugins/external-html",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/free-sort",
|
"homepage": "https://www.jspsych.org/latest/plugins/free-sort",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.0.0",
|
"@jspsych/config": "^1.0.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/fullscreen",
|
"homepage": "https://www.jspsych.org/latest/plugins/fullscreen",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/html-audio-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/html-audio-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/html-button-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/html-button-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/html-keyboard-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/html-keyboard-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/html-slider-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/html-slider-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/iat-html",
|
"homepage": "https://www.jspsych.org/latest/plugins/iat-html",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/iat-image",
|
"homepage": "https://www.jspsych.org/latest/plugins/iat-image",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/image-button-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/image-button-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/image-keyboard-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/image-keyboard-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/image-slider-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/image-slider-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/initialize-microphone",
|
"homepage": "https://www.jspsych.org/latest/plugins/initialize-microphone",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/instructions",
|
"homepage": "https://www.jspsych.org/latest/plugins/instructions",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/maxdiff",
|
"homepage": "https://www.jspsych.org/latest/plugins/maxdiff",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/preload",
|
"homepage": "https://www.jspsych.org/latest/plugins/preload",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/reconstruction",
|
"homepage": "https://www.jspsych.org/latest/plugins/reconstruction",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/same-different-html",
|
"homepage": "https://www.jspsych.org/latest/plugins/same-different-html",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/same-different-image",
|
"homepage": "https://www.jspsych.org/latest/plugins/same-different-image",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/serial-reaction-time-mouse",
|
"homepage": "https://www.jspsych.org/latest/plugins/serial-reaction-time-mouse",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/serial-reaction-time",
|
"homepage": "https://www.jspsych.org/latest/plugins/serial-reaction-time",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/sketchpad",
|
"homepage": "https://www.jspsych.org/latest/plugins/sketchpad",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/survey-html-form",
|
"homepage": "https://www.jspsych.org/latest/plugins/survey-html-form",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.0.0",
|
"@jspsych/config": "^1.0.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/survey-likert",
|
"homepage": "https://www.jspsych.org/latest/plugins/survey-likert",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/survey-multi-choice",
|
"homepage": "https://www.jspsych.org/latest/plugins/survey-multi-choice",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/survey-multi-select",
|
"homepage": "https://www.jspsych.org/latest/plugins/survey-multi-select",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/survey-text",
|
"homepage": "https://www.jspsych.org/latest/plugins/survey-text",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/video-button-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/video-button-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/video-keyboard-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/video-keyboard-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/video-slider-response",
|
"homepage": "https://www.jspsych.org/latest/plugins/video-slider-response",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.jspsych.org/latest/plugins/visual-search-circle",
|
"homepage": "https://www.jspsych.org/latest/plugins/visual-search-circle",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user