forked from kamigerami/next-edge-trpc-mui-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 950 Bytes
/
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
{
"name": "@examples/next-edge-runtime",
"version": "10.18.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "eslint --cache --ext \".js,.ts,.tsx\" --report-unused-disable-directives src",
"start": "next start"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^4.5.8",
"@mui/material": "^5.11.15",
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.18.0",
"@trpc/next": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/server": "^10.18.0",
"next": "^13.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.0.0"
},
"devDependencies": {
"@types/node": "^18.7.20",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"eslint": "^8.30.0",
"typescript": "^4.8.3"
}
}