@bdelab/roar-sre 1.10.2 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.32e52ad6.js +26 -0
- package/lib/index.32e52ad6.js.map +1 -0
- package/package.json +17 -9
- package/lib/index.a43ec793.js +0 -26
- package/lib/index.a43ec793.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bdelab/roar-sre",
|
|
3
3
|
"description": "The ROAR hackathon version of the timed sentence reading efficiency",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.11.1",
|
|
5
5
|
"author": "Jasmine Tran <jasetran@stanford.edu>",
|
|
6
|
-
"module": "lib/index.
|
|
7
|
-
"main": "lib/index.
|
|
6
|
+
"module": "lib/index.32e52ad6.js",
|
|
7
|
+
"main": "lib/index.32e52ad6.js",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"files": [
|
|
10
10
|
"lib"
|
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
"postpackage": "node postBuildPackage.js",
|
|
19
19
|
"prepublishOnly": "npm run package",
|
|
20
20
|
"postversion": "GIT_REMOTE=$(git remote -v | grep \"yeatmanlab/roar-sre.git \\(push\\)\" | cut -f 1) && git push $GIT_REMOTE && git push $GIT_REMOTE --tags",
|
|
21
|
+
"predev": "fkill :8000 -f || true",
|
|
21
22
|
"dev": "npx webpack serve --open --mode development --env dbmode=development",
|
|
23
|
+
"preprod": "fkill :8000 -f || true",
|
|
22
24
|
"prod": "npx webpack serve --open --mode development --env dbmode=production",
|
|
23
25
|
"lint": "npx eslint --ext .ts,.tsx,.js,.jsx .",
|
|
24
|
-
"format": "npx prettier . --write"
|
|
26
|
+
"format": "npx prettier . --write",
|
|
27
|
+
"cypress:open": "cypress open"
|
|
25
28
|
},
|
|
26
29
|
"repository": {
|
|
27
30
|
"type": "git",
|
|
@@ -42,8 +45,8 @@
|
|
|
42
45
|
"dependencies": {
|
|
43
46
|
"@babel/core": "^7.19.3",
|
|
44
47
|
"@babel/preset-env": "^7.19.4",
|
|
45
|
-
"@bdelab/roar-firekit": "^4.
|
|
46
|
-
"@bdelab/roar-utils": "^1.0.
|
|
48
|
+
"@bdelab/roar-firekit": "^4.7.0",
|
|
49
|
+
"@bdelab/roar-utils": "^1.0.18",
|
|
47
50
|
"@jspsych-contrib/plugin-audio-multi-response": "^1.0.0",
|
|
48
51
|
"@jspsych-contrib/plugin-html-multi-response": "^1.0.2",
|
|
49
52
|
"@jspsych/plugin-audio-keyboard-response": "^1.1.2",
|
|
@@ -54,7 +57,9 @@
|
|
|
54
57
|
"@jspsych/plugin-survey-html-form": "^1.0.2",
|
|
55
58
|
"@jspsych/plugin-survey-multi-select": "^1.1.2",
|
|
56
59
|
"@jspsych/plugin-survey-text": "^1.1.2",
|
|
57
|
-
"@sentry/browser": "^7.
|
|
60
|
+
"@sentry/browser": "^7.101.0",
|
|
61
|
+
"@sentry/integrations": "^7.101.1",
|
|
62
|
+
"@sentry/wasm": "^7.101.0",
|
|
58
63
|
"babel-loader": "^8.2.5",
|
|
59
64
|
"dotenv": "^16.3.1",
|
|
60
65
|
"file-loader": "^6.2.0",
|
|
@@ -76,14 +81,17 @@
|
|
|
76
81
|
"@rollup/plugin-json": "^6.0.0",
|
|
77
82
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
78
83
|
"@rollup/plugin-terser": "^0.4.3",
|
|
79
|
-
"@sentry/rollup-plugin": "^2.
|
|
80
|
-
"@sentry/webpack-plugin": "^2.
|
|
84
|
+
"@sentry/rollup-plugin": "^2.14.0",
|
|
85
|
+
"@sentry/webpack-plugin": "^2.14.0",
|
|
81
86
|
"css-loader": "^6.7.1",
|
|
82
87
|
"csv-loader": "^3.0.5",
|
|
88
|
+
"cypress": "^13.6.4",
|
|
83
89
|
"eslint": "^8.25.0",
|
|
84
90
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
85
91
|
"eslint-config-prettier": "^9.0.0",
|
|
92
|
+
"eslint-plugin-cypress": "^2.15.1",
|
|
86
93
|
"eslint-plugin-import": "^2.26.0",
|
|
94
|
+
"fkill-cli": "^8.0.0",
|
|
87
95
|
"folder-hash": "^4.0.2",
|
|
88
96
|
"html-webpack-plugin": "^5.5.0",
|
|
89
97
|
"prettier": "^3.0.3",
|