-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 897 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 897 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
26
27
28
{
"private": true,
"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.1.0",
"@jspsych/plugin-external-html": "^2.1.0",
"@jspsych/plugin-fullscreen": "^2.1.0",
"@jspsych/plugin-html-button-response": "^2.1.0",
"@jspsych/plugin-html-keyboard-response": "^2.1.0",
"@jspsych/plugin-html-slider-response": "^2.1.0",
"@jspsych/plugin-instructions": "^2.1.0",
"@jspsych/plugin-preload": "^2.1.0",
"@jspsych/plugin-survey-multi-choice": "^2.1.0",
"@jspsych/plugin-survey-text": "^2.1.0",
"animejs": "^4.0.2",
"jspsych": "^8.2.1",
"protobufjs": "^7.5.0"
},
"devDependencies": {
"jspsych-builder": "^4.4.0"
},
"browserslist": ">0.25%, not dead"
}