-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.46 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
50
51
52
53
54
55
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@nanui/utils": "^1.0.35",
"@next/mdx": "^15.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@tailwindcss/postcss": "^4.0.6",
"@types/mdx": "^2.0.13",
"anni": "^1.1.26",
"clsx": "^2.1.0",
"hothooks": "^0.0.2",
"lenis": "^1.1.16",
"next": "14.1.4",
"next-intl": "^3.21.1",
"prism-react-renderer": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"rehype-autolink-headings": "^7.1.0",
"remark-breaks": "^4.0.0",
"remark-directive": "^3.0.1",
"remark-emoji": "^5.0.1",
"remark-gfm": "^4.0.1",
"remark-heading-id": "^1.0.1",
"remark-smartypants": "^3.0.2",
"remark-toc": "^9.0.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^4.0.6"
},
"devDependencies": {
"@types/negotiator": "^0.6.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-plugin-react": "^7.34.1",
"postcss": "^8.5.2",
"typescript": "^5"
}
}