-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "@mateonunez/website",
"version": "v0.4.5",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint ./",
"format": "biome format ./ --write"
},
"dependencies": {
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@elgorditosalsero/react-gtm-hook": "^2.7.2",
"@mdx-js/loader": "^3.0.1",
"@octokit/graphql": "^8.1.1",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.2.2",
"autoprefixer": "^10.4.19",
"classnames": "^2.5.1",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"next-mdx-remote": "^3.0.8",
"postcss": "^8.4.38",
"react-lottie-player": "^1.5.6",
"reading-time": "^1.5.0",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remove-markdown": "^0.5.0",
"sharp": "^0.33.3",
"swr": "^2.2.5",
"tailwindcss": "^3.4.1"
},
"packageManager": "yarn@4.5.3",
"author": "mateonunez"
}