-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.13 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.13 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
{
"name": "celeroncoder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@payloadcms/db-vercel-postgres": "^3.75.0",
"@payloadcms/next": "^3.75.0",
"@payloadcms/richtext-lexical": "^3.75.0",
"@payloadcms/ui": "^3.75.0",
"@vercel/analytics": "^1.4.0",
"@vercel/speed-insights": "^1.3.1",
"clsx": "^2.1.1",
"geist": "^1.7.0",
"graphql": "^16.12.0",
"lucide-react": "^0.563.0",
"next": "^16.0.0",
"payload": "^3.75.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.34.5",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"bufferutil",
"esbuild",
"sharp",
"utf-8-validate"
]
}
}