-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.81 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "roar-mep",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack --config webpack.prod.js",
"start": "npx webpack serve --open --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeatmanlab/roar-mep.git"
},
"author": "Adam Richie-Halford",
"license": "Stanford Academic Software License for ROAR",
"bugs": {
"url": "https://github.com/yeatmanlab/roar-mep"
},
"homepage": "https://github.com/yeatmanlab/roar-mep",
"dependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@bdelab/roar-firekit": "^1.1.2",
"@jspsych/plugin-audio-keyboard-response": "^1.1.1",
"@jspsych/plugin-call-function": "^1.1.2",
"@jspsych/plugin-fullscreen": "^1.1.0",
"@jspsych/plugin-html-button-response": "^1.1.1",
"@jspsych/plugin-html-keyboard-response": "^1.1.0",
"@jspsych/plugin-image-button-response": "^1.1.1",
"@jspsych/plugin-preload": "^1.1.0",
"@jspsych/plugin-survey-html-form": "^1.0.0",
"@jspsych/plugin-survey-multi-select": "^1.1.0",
"@jspsych/plugin-survey-text": "^1.1.0",
"@jspsych/plugin-video-keyboard-response": "^1.1.1",
"@jspsych/test-utils": "^1.1.2",
"babel-loader": "^8.2.4",
"file-loader": "^6.2.0",
"jspsych": "^7.2.1",
"papaparse": "^5.3.2",
"regenerator-runtime": "^0.13.9",
"store2": "^2.14.2",
"webpack": "^5.70.0",
"webpack-dev-server": "^4.7.4"
},
"devDependencies": {
"css-loader": "^6.7.1",
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
}
}