|
5 | 5 | "private": true,
|
6 | 6 | "type": "module",
|
7 | 7 | "scripts": {
|
8 |
| - "start:dev": "next dev -p 5000", |
| 8 | + "dev:turbo": "next dev -p 5000 --turbopack", |
9 | 9 | "payload": "payload",
|
10 | 10 | "generate:types": "payload generate:types",
|
11 | 11 | "generate:schema": "payload-graphql generate:schema",
|
12 | 12 | "generate:importmap": "payload generate:importmap"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@payloadcms/db-postgres": "3.24.0", |
16 |
| - "@payloadcms/next": "3.24.0", |
17 |
| - "@payloadcms/translations": "3.24.0", |
18 |
| - "@payloadcms/ui": "3.24.0", |
19 |
| - "@tailwindcss/postcss": "^4.0.7", |
| 15 | + "@payloadcms/db-postgres": "3.31.0", |
| 16 | + "@payloadcms/next": "3.31.0", |
| 17 | + "@payloadcms/translations": "3.31.0", |
| 18 | + "@payloadcms/ui": "3.31.0", |
| 19 | + "@tailwindcss/postcss": "^4.0.16", |
20 | 20 | "clsx": "^2.1.1",
|
21 | 21 | "jsonwebtoken": "^9.0.2",
|
22 |
| - "next": "15.1.7", |
| 22 | + "next": "15.2.4", |
23 | 23 | "next-auth": "5.0.0-beta.25",
|
24 | 24 | "nodemailer": "^6.10.0",
|
25 |
| - "payload": "3.24.0", |
| 25 | + "payload": "3.31.0", |
26 | 26 | "pino-pretty": "^13.0.0",
|
27 | 27 | "postcss": "^8.5.3",
|
28 | 28 | "prettier-plugin-tailwindcss": "^0.6.11",
|
29 | 29 | "react": "19.0.0",
|
30 | 30 | "react-dom": "19.0.0",
|
31 | 31 | "sharp": "^0.33.5",
|
32 |
| - "tailwindcss": "^4.0.7" |
| 32 | + "tailwindcss": "^4.0.16" |
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@types/jsonwebtoken": "^9.0.8", |
36 |
| - "@types/react": "19.0.10", |
| 35 | + "@types/jsonwebtoken": "^9.0.9", |
| 36 | + "@types/react": "19.0.12", |
37 | 37 | "dotenv": "^16.4.7",
|
38 |
| - "typescript": "^5.7.3" |
| 38 | + "typescript": "^5.8.2" |
39 | 39 | }
|
40 | 40 | }
|
0 commit comments