-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 4.38 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "juancamiloqhz-site",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap && NODE_OPTIONS='--experimental-json-modules' node ./generate-rss.mjs",
"db:generate": "prisma generate --schema=./prisma/schema.prisma",
"db:migrate": "prisma migrate dev --schema=./prisma/schema.prisma",
"db:reset": "prisma migrate reset --schema=./prisma/schema.prisma",
"db:push": "prisma db push --schema=./prisma/schema.prisma",
"db:seed": "npx prisma db seed",
"db:studio": "prisma studio --schema=./prisma/schema.prisma",
"postinstall": "prisma generate"
},
"trustedDependencies": [
"sharp"
],
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@next/mdx": "^15.1.6",
"@nivo/bar": "^0.83.0",
"@nivo/calendar": "^0.83.0",
"@nivo/core": "^0.83.0",
"@nivo/line": "^0.83.0",
"@nivo/pie": "^0.83.0",
"@nivo/tooltip": "^0.83.0",
"@prisma/client": "^5.2.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@reach/disclosure": "^0.18.0",
"@reach/tooltip": "^0.18.0",
"@t3-oss/env-nextjs": "^0.6.1",
"@tailwindcss/typography": "^0.5.16",
"@vercel/analytics": "^1.0.2",
"@vercel/og": "^0.5.11",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"concurrently": "^8.2.1",
"contentlayer": "^0.3.4",
"daisyui": "^3.6.3",
"date-fns": "^2.30.0",
"focus-trap-react": "^10.2.1",
"framer-motion": "^12.0.5",
"gray-matter": "^4.0.3",
"i18next": "^23.4.6",
"keen-slider": "^6.8.6",
"lucide-react": "^0.288.0",
"next": "15.1.6",
"next-auth": "^4.23.1",
"next-contentlayer": "^0.3.4",
"next-i18next": "^14.0.0",
"next-sitemap": "^4.2.2",
"next-themes": "^0.2.1",
"next-view-transitions": "^0.3.4",
"nodemailer": "^6.9.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-day-picker": "^8.9.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-i18next": "^13.2.0",
"react-icons": "^4.10.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.2.0",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^5.1.0",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"sugar-high": "^0.8.2",
"swr": "^2.2.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/big.js": "^6.2.0",
"@types/mailchimp__mailchimp_marketing": "^3.0.10",
"@types/mdx": "^2.0.13",
"@types/node": "^20.5.7",
"@types/nodemailer": "^6.4.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/sharp": "^0.32.0",
"autoprefixer": "^10.4.15",
"big.js": "^6.2.1",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"prisma": "^5.2.0",
"rehype-pretty-code": "^0.10.0",
"rss": "^1.2.2",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}