-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.81 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "researcher-portal",
"version": "0.1.0",
"private": true,
"scripts": {
"build:deliberation-empirica": "(cd deliberation-empirica/client && npm install) && (cd deliberation-empirica/server && npm install)",
"predev": "npm run build:deliberation-empirica && rsync -ar --delete @empirica-mocks/ ./deliberation-empirica/client/node_modules/@empirica/ && rm -rf ./.next",
"dev": "next dev",
"prebuild": "npm run predev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npx cypress open",
"patch": "cp patchedPlayer.d.ts ./node_modules/@empirica/core/dist/player-classic-react.d.ts"
},
"dependencies": {
"@empirica/core": "^1.11.6",
"@hello-pangea/dnd": "^17.0.0",
"@hookform/resolvers": "^3.6.0",
"@monaco-editor/react": "^4.6.0",
"@uiw/react-textarea-code-editor": "^2.1.9",
"@watts-lab/surveys": "^1.13.4",
"js-yaml": "^4.1.0",
"cypress-real-events": "^1.13.0",
"next": "^13.5.6",
"next-auth": "^4.24.5",
"octokit": "^3.1.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.0",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"react-resizable-layout": "^0.7.2",
"react-sweet-progress": "^1.1.2",
"remark-gfm": "^4.0.0",
"styled-components": "^6.1.13",
"yaml": "^2.4.0",
"zod": "^3.23.8"
},
"resolutions": {
"zod": "^3.23.8"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"cypress": "^13.15.1",
"daisyui": "^3.9.4",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}