-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 738 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 738 Bytes
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
{
"name": "visual-memory-task",
"version": "3.0.0",
"private": false,
"scripts": {
"jspsych": "jspsych -e experiment",
"start": "npm run jspsych -- run",
"build": "npm run jspsych -- build",
"jatos": "npm run jspsych -- build --jatos"
},
"dependencies": {
"@jspsych/plugin-call-function": "^2.0.0",
"@jspsych/plugin-external-html": "^2.0.0",
"@jspsych/plugin-fullscreen": "^1.1.2",
"@jspsych/plugin-html-keyboard-response": "^1.1.2",
"@jspsych/plugin-instructions": "^2.0.1",
"@jspsych/plugin-preload": "^1.1.2",
"@jspsych/plugin-survey-text": "^2.0.1",
"jspsych": "^7.3.1"
},
"devDependencies": {
"jspsych-builder": "^4.4.0"
},
"browserslist": ">0.25%, not dead"
}