-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.19 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
{
"name": "pprmint.de",
"version": "4.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-portal": "^1.1.3",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-toolbar": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-spring/web": "^9.7.5",
"@types/file-saver": "^2.0.7",
"@types/node": "22.10.2",
"@types/nodemailer": "^6.4.17",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-responsive-masonry": "^2.1.3",
"@types/sanitize-html": "^2.13.0",
"@vercel/og": "^0.6.4",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"eslint": "9.17.0",
"eslint-config-next": "15.1.2",
"file-saver": "^2.0.5",
"focus-trap-react": "^11.0.1",
"jszip": "^3.10.1",
"lucide-react": "^0.469.0",
"motion": "^11.15.0",
"next": "15.1.2",
"next-intl": "^3.26.3",
"next-themes": "^0.4.4",
"nodemailer": "^6.9.16",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-fast-marquee": "^1.6.5",
"react-markdown": "^9.0.1",
"react-responsive": "^10.0.0",
"react-scroll-parallax": "^3.4.5",
"react-swipeable": "^7.0.2",
"react-zoom-pan-pinch": "^3.6.1",
"remark-gfm": "^4.0.0",
"sanitize-html": "^2.14.0",
"sharp": "^0.33.5",
"tw-colors": "^3.3.2",
"typescript": "5.7.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
},
"pnpm": {
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}
}