-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.16 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.16 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "website",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react": "^0.27.2",
"@payloadcms/db-mongodb": "3.27.0",
"@payloadcms/next": "^3.27.0",
"@payloadcms/payload-cloud": "3.27.0",
"@payloadcms/plugin-cloud-storage": "3.27.0",
"@payloadcms/richtext-lexical": "3.27.0",
"@payloadcms/storage-vercel-blob": "3.27.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@react-email/components": "^0.0.32",
"@react-spring/web": "^9.7.5",
"@studio-freight/lenis": "^1.0.42",
"@types/file-saver": "^2.0.7",
"@types/prismjs": "^1.26.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
"framer-motion": "^11.18.0",
"graphql": "^16.10.0",
"jszip": "^3.10.1",
"lucide-react": "^0.453.0",
"next": "^15.1.4",
"payload": "^3.27.0",
"prismjs": "^1.29.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-email": "^3.0.6",
"react-intersection-observer": "^9.15.0",
"react-syntax-highlighter": "^15.6.1",
"resend": "^4.1.1",
"sharp": "^0.33.5",
"styled-jsx": "^5.1.6",
"swr": "^2.3.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/classnames": "^2.3.4",
"@types/node": "^20.17.13",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}