-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.63 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 3.63 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "revotale",
"version": "0.1.4",
"description": "RevoTale Admin",
"license": "MIT",
"type": "module",
"scripts": {
"build:compile": "next build --experimental-build-mode=compile",
"build:default": "next build",
"build:generate": "next build --experimental-build-mode=generate",
"dev": "next dev",
"fix": "biome check --write --unsafe .",
"lint": "biome check .",
"next:typegen": "next typegen",
"p:cli": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload --use-swc",
"p:gql": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload-graphql --use-swc",
"typecheck": "tsc --noEmit",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^4.2.3",
"@apollo/client-integration-nextjs": "^0.14.4",
"@bladl/react-hooks": "^1.5.2",
"@graphql-typed-document-node/core": "^3.2.0",
"@hookform/resolvers": "^5.2.2",
"@lexical/code": "^0.45.0",
"@lexical/link": "^0.45.0",
"@lexical/list": "^0.45.0",
"@lexical/markdown": "^0.45.0",
"@lexical/react": "^0.45.0",
"@lexical/rich-text": "^0.45.0",
"@lexical/table": "^0.45.0",
"@mdxeditor/editor": "^4.0.3",
"@next/bundle-analyzer": "^16.2.9",
"@payloadcms/db-postgres": "3.85.1",
"@payloadcms/graphql": "3.85.1",
"@payloadcms/next": "3.85.1",
"@payloadcms/plugin-cloud-storage": "3.85.1",
"@payloadcms/plugin-search": "3.85.1",
"@payloadcms/plugin-seo": "3.85.1",
"@payloadcms/storage-s3": "3.85.1",
"@payloadcms/ui": "3.85.1",
"@radix-ui/react-avatar": "^1.1.12",
"@radix-ui/react-checkbox": "^1.3.4",
"@radix-ui/react-dialog": "^1.1.16",
"@radix-ui/react-hover-card": "^1.1.16",
"@radix-ui/react-label": "^2.1.9",
"@radix-ui/react-progress": "^1.1.9",
"@radix-ui/react-scroll-area": "^1.2.11",
"@radix-ui/react-select": "^2.3.0",
"@radix-ui/react-separator": "^1.1.9",
"@radix-ui/react-slot": "^1.2.5",
"@radix-ui/react-switch": "^1.3.0",
"@radix-ui/react-tooltip": "^1.2.9",
"@swc-contrib/plugin-graphql-codegen-client-preset": "^0.24.0",
"@swc-node/register": "^1.11.1",
"@types/unist": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clipboardy": "^5.3.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cross-env": "^10.1.0",
"dayjs": "^1.11.20",
"dotenv": "^17.3.1",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"feed": "^5.2.0",
"graphql": "^16.14.2",
"highlight.js": "^11.11.1",
"jose": "^6.2.2",
"lexical": "^0.45.0",
"lucide-react": "^1.18.0",
"next": "16.2.9",
"next-intl": "^4.8.4",
"next-navigation-utils": "^1.0.4",
"next-themes": "^0.4.6",
"openai": "^6.42.0",
"payload": "3.85.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.79.0",
"react-markdown": "^10.1.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"rxjs": "^7.8.2",
"schema-dts": "^2.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"unist-util-visit": "^5.1.0",
"use-intl": "^4.8.4",
"usehooks-ts": "^3.1.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.5.0",
"@graphql-codegen/add": "^7.0.1",
"@graphql-codegen/cli": "7.1.2",
"@graphql-codegen/client-preset": "6.0.1",
"@graphql-codegen/introspection": "6.0.1",
"@graphql-codegen/schema-ast": "^6.0.1",
"@tailwindcss/postcss": "^4.3.1",
"@tailwindcss/typography": "^0.5.20",
"@types/escape-html": "^1.0.4",
"@types/node": "25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.8",
"tailwindcss": "^4.3.1",
"tw-animate-css": "^1.4.0",
"typescript": "6.0.3"
},
"engines": {
"node": ">=25.0.0 <26.0.0",
"pnpm": "11.7.0"
},
"packageManager": "pnpm@11.7.0"
}