first demo

This commit is contained in:
2025-07-20 01:59:08 +02:00
parent 544b5d2b1e
commit 85ffeb480d
11 changed files with 2561 additions and 22 deletions

View File

@@ -3,19 +3,26 @@
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"deploy": "npm run build && NODE_ENV=production node scripts/deploy.js",
"deploy-dev": "npm run build && NODE_ENV=development node scripts/deploy.js"
},
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^2.1.0",
"terser": "^5.39.0",
"vite": "^6.3.1"
},
"dependencies": {
"@jspsych/plugin-browser-check": "^2.1.0",
"@jspsych/plugin-html-button-response": "^2.1.0",
"@jspsych/plugin-html-keyboard-response": "^2.1.0",
"@jspsych/plugin-initialize-microphone": "^2.1.0",
"@jspsych/plugin-survey": "^3.0.0",
"@tailwindcss/vite": "^4.1.4",
"archiver": "^7.0.1",
"dotenv": "^17.2.0",
"jspsych": "^8.2.1",
"prettier-plugin-html-template-literals": "^1.0.5",
"tailwindcss": "^4.1.4",