generated from trpc/examples-next-minimal-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "@examples/next-minimal",
"version": "10.12.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "eslint --ext \".js,.ts,.tsx\" --report-unused-disable-directives src",
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^4.3.8",
"@trpc/client": "^10.12.0",
"@trpc/next": "^10.12.0",
"@trpc/react-query": "^10.12.0",
"@trpc/server": "^10.12.0",
"aws-sdk": "^2.1320.0",
"mongoose": "^6.9.2",
"next": "^13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"serverless": "2.72.3",
"uuid": "^9.0.0",
"zod": "^3.0.0"
},
"devDependencies": {
"@types/node": "^18.7.20",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.7",
"typescript": "^4.8.3"
}
}