-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 805 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 805 Bytes
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
{
"private": true,
"name": "@repo/web",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@repo/database": "workspace:*",
"@t3-oss/env-core": "0.13.10",
"next": "16.1.7",
"postcss": "8.5.8",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hot-toast": "2.5.2",
"tailwindcss": "3.4.17",
"zod": "3.25.76"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.19.0",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"autoprefixer": "10.4.27",
"eslint": "8.57.1",
"eslint-config-next": "15.3.8",
"tsx": "4.20.6",
"typescript": "5.8.3"
}
}