first demo
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user