basic jspsych functionality

This commit is contained in:
Shaheed Azaad
2025-07-13 17:45:00 +02:00
parent e776b7f041
commit 9fba3becb8
16 changed files with 3931 additions and 144 deletions

View File

@@ -23,6 +23,8 @@
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@internationalized/date": "^3.8.2",
"@lucide/svelte": "^0.515.0",
"@playwright/test": "^1.49.1",
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.22.0",
@@ -34,6 +36,7 @@
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^3.0.0",
"formsnap": "^2.0.1",
"globals": "^16.0.0",
"playwright": "^1.53.0",
"prettier": "^3.4.2",
@@ -41,7 +44,10 @@
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"sveltekit-superforms": "^2.27.1",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.3.5",
"typescript": "^5.0.0",
"typescript-eslint": "^8.20.0",
"vite": "^7.0.4",
@@ -50,9 +56,22 @@
"vitest-browser-svelte": "^0.1.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.844.0",
"@node-rs/argon2": "^2.0.2",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@types/mime-types": "^3.0.1",
"bits-ui": "^2.8.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.0",
"drizzle-orm": "^0.40.0",
"postgres": "^3.4.5"
"lucia": "^3.2.2",
"mime-types": "^3.0.1",
"oslo": "^1.2.1",
"postgres": "^3.4.5",
"svelte-sonner": "^1.0.5",
"tailwind-merge": "^3.3.1",
"zod": "^3.25.76"
}
}