-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.38 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
{
"name": "roar-mp-en",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"start": "webpack serve --open --config webpack.dev.js"
},
"keywords": [],
"author": "",
"license": "STANFORD ACADEMIC SOFTWARE LICENSE FOR ROAR™",
"dependencies": {
"@bdelab/roar-firekit": "^0.1.3",
"@jspsych-contrib/plugin-rdk": "^1.1.0",
"@jspsych/plugin-audio-keyboard-response": "^1.1.0",
"@jspsych/plugin-fullscreen": "^1.1.0",
"@jspsych/plugin-html-keyboard-response": "^1.1.0",
"@jspsych/plugin-image-keyboard-response": "^1.1.0",
"@jspsych/plugin-preload": "^1.1.1",
"@jspsych/plugin-survey-text": "^1.1.0",
"@jspsych/plugin-video-keyboard-response": "^1.1.0",
"@jspsych/test-utils": "^1.1.2",
"firebase": "^9.6.9",
"jspsych": "^7.2.1",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"eslint": "^8.11.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}