-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.25 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
{
"name": "solid-nextjs",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
"email": "email dev"
},
"dependencies": {
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/google-calendar": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@payloadcms/db-mongodb": "3.0.0-beta.71",
"@payloadcms/db-postgres": "3.0.0-beta.71",
"@payloadcms/next": "3.0.0-beta.71",
"@payloadcms/richtext-lexical": "3.0.0-beta.71",
"@payloadcms/richtext-slate": "3.0.0-beta.71",
"@payloadcms/ui": "3.0.0-beta.71",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.1.0",
"@react-email/components": "0.0.24",
"@react-email/render": "^1.0.1",
"autoprefixer": "^10.4.19",
"babel-plugin-react-compiler": "^0.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.24",
"graphql": "^16.9.0",
"lucide-react": "^0.451.0",
"next": "15.0.0-canary.77",
"next-themes": "^0.3.0",
"payload": "3.0.0-beta.71",
"react": "19.0.0-rc-6230622a1a-20240610",
"react-datepicker": "^7.3.0",
"react-dom": "19.0.0-rc-6230622a1a-20240610",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"resend": "^4.0.0",
"sharp": "0.32.6",
"swiper": "^9.4.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@payloadcms/graphql": "3.0.0-beta.71",
"@types/node": "^20.14.13",
"@types/react": "npm:types-react@19.0.0-rc.0",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"react-email": "3.0.1",
"typescript": "5.5.3"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.0",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0"
}
},
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.0",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0"
}
}