Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_BASE_PATH="/study/"
VITE_BASE_PATH="/template/"
VITE_FIREBASE_CONFIG='
{
apiKey: "AIzaSyAm9QtUgx1lYPDeE0vKLN-lK17WfUGVkLo",
Expand All @@ -9,7 +9,7 @@ VITE_FIREBASE_CONFIG='
appId: "1:811568460432:web:995f6b4f1fc8042b5dde15"
}
'
VITE_STORAGE_ENGINE="localStorage" # "firebase" or "supabase" or "localStorage" or your own custom storage engine
VITE_STORAGE_ENGINE="firebase" # "firebase" or "supabase" or "localStorage" or your own custom storage engine
VITE_RECAPTCHAV3TOKEN="6LdjOd0lAAAAAASvFfDZFWgtbzFSS9Y3so8rHJth" # recaptcha SITE KEY
VITE_REPO_URL="https://github.com/revisit-studies/study/tree/main/public/" # Set the url for the "view source" link on the front page

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@
"@tabler/icons-react": "^3.35.0",
"@trrack/core": "^1.3.0",
"@types/crypto-js": "^4.2.2",
"@types/d3-color": "^3.1.3",
"@types/hjson": "^2.4.6",
"@types/node": "^24.5.2",
"@visdesignlab/upset2-react": "^1.0.0",
"ajv": "^8.17.1",
"arquero": "^5.4.0",
"arquero": "^8.0.3",
"crypto-js": "^4.2.0",
"d3": "^7.9.0",
"d3-color": "^3.1.0",
"d3-scale": "^4.0.2",
"dayjs": "^1.11.18",
"eslint-config-airbnb": "^19.0.4",
"firebase": "^11.2.0",
Expand Down
2 changes: 0 additions & 2 deletions public/demo-click-accuracy-test/assets/help.md

This file was deleted.

5 changes: 0 additions & 5 deletions public/demo-click-accuracy-test/assets/introduction.md

This file was deleted.

77 changes: 0 additions & 77 deletions public/demo-click-accuracy-test/config.json

This file was deleted.

2 changes: 0 additions & 2 deletions public/demo-dynamic/assets/help.md

This file was deleted.

8 changes: 0 additions & 8 deletions public/demo-dynamic/assets/introduction.md

This file was deleted.

65 changes: 0 additions & 65 deletions public/demo-dynamic/config.json

This file was deleted.

74 changes: 0 additions & 74 deletions public/demo-html-input/assets/bar-chart-interaction.html

This file was deleted.

3 changes: 0 additions & 3 deletions public/demo-html-input/assets/help.md

This file was deleted.

4 changes: 0 additions & 4 deletions public/demo-html-input/assets/introduction.md

This file was deleted.

89 changes: 0 additions & 89 deletions public/demo-html-input/config.json

This file was deleted.

Loading
Loading