-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.79 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
{
"name": "@igassmann/personal-website",
"description": "Igor Gassmann's personal website",
"keywords": [
"react",
"nextjs"
],
"license": "UNLICENSED",
"homepage": "https://igassmann.me/",
"repository": "https://github.com/IGassmann/personal-website",
"bugs": "https://github.com/IGassmann/personal-website/issues",
"author": "Igor Gassmann <igor@igassmann.me> (https://igassmann.me)",
"type": "module",
"main": "n/a",
"scripts": {
"dev": "next dev",
"lint": "next lint --ignore-path ./.gitignore --fix",
"format": "prettier . --write",
"build": "next build",
"start": "next start",
"prepare": "husky"
},
"dependencies": {
"@headlessui/react": "2.0.4",
"@mapbox/rehype-prism": "0.9.0",
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@next/mdx": "14.2.7",
"@tailwindcss/typography": "0.5.15",
"@vercel/analytics": "1.3.1",
"cheerio": "1.0.0-rc.12",
"fast-glob": "3.3.2",
"feed": "4.2.2",
"framer-motion": "11.2.12",
"next": "14.2.14",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"remark-gfm": "4.0.0",
"tailwind-merge": "2.5.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@types/mdx": "2.0.13",
"@types/node": "~20.12.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/webpack-env": "1.18.5",
"autoprefixer": "10.4.19",
"eslint": "8.57.1",
"eslint-config-next": "14.2.7",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"postcss": "8.4.38",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.7",
"typescript": "5.4.5"
},
"engines": {
"node": "20.x",
"pnpm": "9.0.4"
},
"packageManager": "pnpm@9.0.4",
"private": true
}