-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.54 KB
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
{
"name": "dnarchive",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prettier": "prettier --check ./**/*.{ts,tsx,js}",
"prettier:fix": "prettier --write ./**/*.{ts,tsx,js}"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.14.9",
"@mui/lab": "5.0.0-alpha.144",
"@mui/material": "^5.14.9",
"@mui/styled-engine-sc": "^5.14.9",
"@sentry/nextjs": "^7.69.0",
"@sentry/react": "^7.69.0",
"@sentry/tracing": "^7.69.0",
"@tanstack/react-query": "^4.35.3",
"@trpc/client": "^10.38.3",
"@trpc/next": "^10.38.3",
"@trpc/react-query": "^10.38.3",
"@trpc/server": "^10.38.3",
"@zodios/core": "^10.9.6",
"lodash": "^4.17.21",
"material-react-table": "^1.14.0",
"next": "^13.5.6",
"next-axiom": "^0.15.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"recharts": "^2.10.3",
"seqviz": "^3.9.1",
"styled-components": "^5.3.11",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/lodash": "^4.14.198",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"prettier": "^2.8.8",
"typescript": "4.9.3"
}
}