-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.31 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
{
"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": {
"@lexical/clipboard": "0.35.0",
"@lexical/html": "0.35.0",
"@lexical/markdown": "0.35.0",
"@lexical/react": "0.35.0",
"@payloadcms/db-vercel-postgres": "^3.75.0",
"@payloadcms/email-resend": "^3.85.1",
"@payloadcms/next": "^3.75.0",
"@payloadcms/richtext-lexical": "^3.75.0",
"@payloadcms/storage-vercel-blob": "3.75.0",
"@payloadcms/ui": "^3.75.0",
"@vercel/analytics": "^1.4.0",
"@vercel/speed-insights": "^1.3.1",
"clsx": "^2.1.1",
"framer-motion": "^12.40.0",
"geist": "^1.7.0",
"graphql": "^16.12.0",
"highlight.js": "^11.10.0",
"lexical": "0.35.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"
}
}