-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.21 KB
/
package.json
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
69
70
71
72
73
74
75
76
77
78
{
"name": "next-latest-starter",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --port=8000",
"build": "next build",
"payload": "payload",
"start": "next start",
"lint": "biome lint ./src",
"lint:fix": "biome lint --write ./src",
"format": "biome format --write ./src",
"generate:types": "payload generate:types",
"generate:schema": "payload-graphql generate:schema"
},
"engines": {
"node": "^18.20.2 || >=20.9.0"
},
"dependencies": {
"@lexical/react": "0.16.1",
"@payloadcms/db-postgres": "3.0.0-beta.67",
"@payloadcms/next": "3.0.0-beta.67",
"@payloadcms/richtext-lexical": "3.0.0-beta.67",
"@payloadcms/ui": "3.0.0-beta.67",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-three/drei": "^9.109.5",
"@react-three/fiber": "^8.17.5",
"@shikijs/transformers": "^1.12.1",
"@shikijs/twoslash": "^1.12.1",
"@tailwindcss/typography": "^0.5.14",
"@tryghost/content-api": "^1.11.21",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"cssnano": "^7.0.5",
"cva": "^1.0.0-beta.1",
"date-fns": "^3.6.0",
"fluid-tailwind": "^1.0.3",
"framer-motion": "^11.3.24",
"graphql": "^16.9.0",
"html-react-parser": "^5.1.12",
"leva": "^0.9.35",
"lexical": "0.16.1",
"lucide-react": "^0.417.0",
"next": "^14.2.5",
"next-plausible": "^3.12.1",
"next-themes": "^0.3.0",
"payload": "3.0.0-beta.67",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "0.32.6",
"shiki": "^1.12.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.167.1"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@payloadcms/graphql": "3.0.0-beta.67",
"@types/node": "^20.14.15",
"@types/tryghost__content-api": "^1.3.16",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"typescript": "5.5.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@swc/core",
"@vercel/speed-insights",
"es5-ext",
"esbuild",
"sharp"
]
}