-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 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
{
"name": "alphaolomi.dev",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^2.2.0",
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^14.2.5",
"@next/mdx": "^14.2.14",
"@next/third-parties": "^14.2.5",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"@types/node": "^22.7.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/webpack-env": "^1.18.5",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"fast-glob": "^3.3.2",
"feed": "^4.2.2",
"next": "^14.2.20",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.7.2"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.7",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"sharp": "^0.33.5"
}
}