forked from manuarora700/manuarora.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.97 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
71
72
73
{
"name": "manuarora.in",
"description": "My personal blog and website",
"version": "1.0.0",
"author": {
"name": "Manu Arora",
"email": "contact@manuarora.in",
"url": "https://manuarora.in"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/manuarora700/personal-portfolio.git"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@prisma/client": "^4.4.0",
"@radix-ui/react-hover-card": "0.0.3",
"@sendgrid/mail": "^7.4.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "github:tailwindcss/typography",
"clsx": "^1.1.1",
"comma-number": "^2.0.1",
"date-fns": "^2.19.0",
"firebase-admin": "^9.5.0",
"framer-motion": "^6.5.1",
"gray-matter": "^4.0.2",
"mdx-prism": "^0.3.3",
"mini-svg-data-uri": "^1.4.4",
"next": "^12.0.7",
"next-auth": "^4.13.0",
"next-mdx-remote": "^2.1.3",
"next-themes": "0.0.12",
"qss": "^2.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-rough-notation": "^1.0.1",
"react-syntax-highlighter": "^15.4.5",
"react-toastify": "^7.0.3",
"react-tweet-embed": "^1.2.2",
"reading-time": "^1.3.0",
"remark": "^13.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.1",
"remark-slug": "^6.0.0",
"rss": "^1.2.2",
"swr": "^1.3.0"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"globby": "11.0.2",
"image-size": "^0.9.3",
"postcss": "^8.4.5",
"prettier": "2.2.1",
"prisma": "^4.4.0",
"rehype": "^11.0.0",
"remark-frontmatter": "^3.0.0",
"remark-parse": "^9.0.0",
"remark-stringify": "^9.0.1",
"tailwindcss": "^3.0.2",
"unified": "^9.2.0",
"unist-util-visit": "^2.0.3"
}
}