-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.61 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
{
"name": "makersleague-de",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --ignore-path .gitignore './**/*.{js,jsx,ts,tsx,css,md,json}'",
"format": "pnpm prettier -- --write",
"typecheck": "tsc",
"ui:add": "pnpm dlx shadcn-ui@latest add",
"ui:diff": "pnpm dlx shadcn-ui diff"
},
"dependencies": {
"@next/third-parties": "^14.2.7",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@react-email/components": "^0.0.23",
"babel-plugin-react-compiler": "0.0.0-experimental-938cd9a-20240601",
"cva": "1.0.0-beta.1",
"date-fns": "3.6.0",
"date-fns-tz": "^3.1.3",
"lodash": "4.17.21",
"lucide-react": "^0.436.0",
"next": "15.0.0-rc.0",
"next-mdx-remote": "^5.0.0",
"react": "19.0.0-rc-38e3b23483-20240529",
"react-dom": "19.0.0-rc-38e3b23483-20240529",
"resend": "^4.0.0",
"sharp": "0.33.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.15",
"@types/lodash": "4.17.7",
"@types/node": "22.5.1",
"@types/react": "18.3.4",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "9.1.0",
"postcss": "8.4.41",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"reading-time": "1.5.0",
"schema-dts": "^1.1.2",
"tailwindcss": "3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.4"
}
}