-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"name": "my-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@supabase/supabase-js": "^2.38.4",
"@types/mdx": "^2.0.10",
"@uidotdev/usehooks": "^2.4.1",
"@uiw/react-md-editor": "3.25.6",
"@vercel/analytics": "^1.3.1",
"framer-motion": "^10.16.5",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.2",
"next": "14.0.3",
"next-mdx-remote": "^4.4.1",
"next-remove-imports": "^1.0.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-markdown-editor-lite": "^1.3.4"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/markdown-it": "^13.0.6",
"@types/node": "20.9.1",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"autoprefixer": "^10.4.16",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2"
}
}