-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.06 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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "factorbook-2.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"compile": "graphql-codegen",
"watch": "graphql-codegen -w"
},
"dependencies": {
"@apollo/client": "^3.11.4",
"@apollo/experimental-nextjs-app-support": "^0.11.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/material-nextjs": "^5.15.11",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@visx/axis": "^3.10.1",
"@visx/drag": "^3.3.0",
"@visx/event": "^3.3.0",
"@visx/glyph": "^3.3.0",
"@visx/gradient": "^3.3.0",
"@visx/group": "^3.3.0",
"@visx/legend": "^3.10.3",
"@visx/pattern": "^3.3.0",
"@visx/responsive": "^3.10.2",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"@visx/stats": "^3.5.0",
"@visx/text": "^3.3.0",
"@visx/tooltip": "^3.3.0",
"@visx/zoom": "^3.3.0",
"@weng-lab/psychscreen-ui-components": "^0.8.9",
"context": "^3.0.31",
"copy-to-clipboard": "^3.3.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"jszip": "^3.10.1",
"jubilant-carnival": "^0.6.0",
"liftover": "^0.1.0",
"logojs-react": "^2.1.1",
"next": "14.2.3",
"pako": "^1.0.11",
"queryz": "^0.0.3",
"react": "^18",
"react-dom": "^18",
"react-router": "^6.24.0",
"react-router-dom": "^6.24.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/node": "^20.14.2",
"@types/pako": "^2.0.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"graphql": "^16.8.2",
"postcss": "^8",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}