-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 954 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 954 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
29
30
31
32
33
34
35
{
"name": "supernormal-echolocation-presentation",
"version": "0.0.1",
"scripts": {
"jspsych": "jspsych -e experiment",
"start": "npm run jspsych -- run",
"build": "npm run jspsych -- build",
"jatos": "npm run jspsych -- jatos",
"lint": "eslint .",
"deploy": "npm run lint && npm run build && node -r esm build/deploy.js",
"update-stims": "node -r esm build/updateStims.js"
},
"dependencies": {
"check-ie": "^2.0.1",
"classnames": "^2.2.6",
"jquery": "^3.5.1",
"jspsych": "github:jspsych/jsPsych#v6.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/preset-react": "^7.12.7",
"eslint": "^7.15.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"esm": "^3.2.25",
"fs-extra": "^9.0.1",
"jspsych-builder": "^1.4.1",
"prettier": "^2.2.1"
},
"browserslist": [
"last 2 versions",
"ios >= 7"
]
}