-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.45 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.45 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
{
"name": "schdesign-logotar",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"check:type": "tsc --noEmit",
"check:eslint": "eslint --max-warnings=0",
"check": "pnpm run check:type && pnpm run check:eslint",
"fix:eslint": "eslint --max-warnings=0 --fix .",
"fix": "pnpm run fix:eslint",
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload"
},
"dependencies": {
"@mui/icons-material": "7.2.0",
"@mui/material": "7.2.0",
"@mui/material-nextjs": "7.2.0",
"@mui/material-pigment-css": "7.2.0",
"@payloadcms/db-postgres": "3.55.0",
"@payloadcms/next": "3.55.0",
"@payloadcms/richtext-lexical": "3.55.0",
"@payloadcms/storage-vercel-blob": "3.55.0",
"@pigment-css/react": "0.0.30",
"@t3-oss/env-nextjs": "0.13.8",
"cross-env": "10.0.0",
"graphql": "16.11.0",
"next": "15.3.5",
"payload": "3.55.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"sharp": "0.34.3",
"zod": "4.1.5"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.1",
"@pigment-css/nextjs-plugin": "0.0.30",
"@stylistic/eslint-plugin": "5.3.1",
"@types/node": "24.3.1",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"eslint": "9.35.0",
"eslint-config-next": "15.3.5",
"typescript": "5.8.3",
"typescript-eslint": "8.43.0"
},
"engines": {
"node": "^22",
"pnpm": "^10"
}
}