-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.16 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "task_rdk",
"version": "1.8.2",
"description": "RDK Task",
"scripts": {
"build": "yarn build:desktop",
"build:desktop": "webpack build --env target=desktop && gulp artefacts",
"build:spectrometer": "webpack build --env target=spectrometer && gulp artefacts",
"clean": "gulp clean",
"start": "webpack serve --env target=desktop",
"start:spectrometer": "webpack serve --env target=spectrometer",
"style": "yarn prettier --write .",
"test": "jest"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Brain-Development-and-Disorders-Lab/task_rdk.git"
},
"author": "Henry Burgess",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/Brain-Development-and-Disorders-Lab/task_rdk/issues"
},
"homepage": "https://github.com/Brain-Development-and-Disorders-Lab/task_rdk#readme",
"dependencies": {
"@jspsych/plugin-fullscreen": "^1.2.0",
"@jspsych/plugin-instructions": "^1.1.3",
"@jspsych/plugin-preload": "^1.1.2",
"@jspsych/plugin-survey-html-form": "^1.0.2",
"i18next": "^23.5.1",
"jspsych": "^7.3.3",
"jspsych-attention-check": "^3.0.0",
"lodash": "^4.17.21",
"neurocog": "^1.1.1",
"two.js": "^0.8.10"
},
"devDependencies": {
"@types/expect-puppeteer": "^5.0.3",
"@types/jest": "^29.5.1",
"@types/jest-environment-puppeteer": "^5.0.3",
"@types/lodash": "^4.14.194",
"@types/seedrandom": "^3.0.1",
"@types/two.js": "^0.7.5",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"css-loader": "^5.2.6",
"del": "^6.0.0",
"eslint": "^7.31.0",
"eslint-config-google": "^0.14.0",
"expect-puppeteer": "^8.0.5",
"gulp": "^4.0.2",
"html-webpack-plugin": "^5.3.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-puppeteer": "^8.0.6",
"prettier": "2.6.2",
"prettier-eslint": "^15.0.1",
"puppeteer": "^19.11.1",
"style-loader": "^3.0.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}