-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.28 KB
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
{
"name": "portfolio",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "node ./scripts/generate-rss.mjs && node ./scripts/generate-sitemap.mjs",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "24.x"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@sentry/nextjs": "^6.17.3",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@tippyjs/react": "^4.2.6",
"contentlayer": "^0.0.34",
"date-fns": "^2.28.0",
"next": "12.0.8",
"next-contentlayer": "^0.0.34",
"next-themes": "^0.0.15",
"react": "17.0.2",
"react-dom": "17.0.2",
"reading-time": "^1.5.0"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/react": "^17.0.38",
"autoprefixer": "^10.4.2",
"dotenv-cli": "^4.1.1",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"globby": "^13.1.0",
"husky": "^7.0.4",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"rehype": "^12.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"rss": "^1.2.2",
"tailwindcss": "^3.0.15"
}
}