-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.69 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
67
68
69
70
{
"name": "pranavp.xyz",
"version": "0.1.0",
"private": true,
"description": "This portfolio showcases Pranav's skills, projects, work and achievements.",
"author": {
"name": "Pranav",
"email": "[email protected]",
"website": "https://pranavp.xyz",
"twitter": "https://twitter.com/thatspranav",
"linkedin": "https://www.linkedin.com/in/pranavp10/"
},
"repository": {
"type": "git",
"url": "https://github.com/pranavp10/portfolio"
},
"keywords": [
"portfolio",
"web development",
"react",
"tailwind",
"nextjs",
"software engineer",
"coolify",
"tech",
"blogs"
],
"license": "MIT",
"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.1.0",
"@types/mdx": "^2.0.10",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.4",
"bright": "^0.8.4",
"framer-motion": "^11.0.3",
"geist": "^1.3.0",
"gray-matter": "^4.0.3",
"next": "14.2.2",
"next-auth": "^4.24.5",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"seti-icons": "^0.0.4",
"sharp": "^0.33.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}