-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "Hariom-Tech-Portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@headlessui/react": "^1.7.19",
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.3.0",
"@next/mdx": "^12.3.4",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"clsx": "^1.2.1",
"fast-glob": "^3.3.2",
"feed": "^4.2.2",
"firebase": "^10.13.2",
"focus-visible": "^5.2.1",
"framer-motion": "^11.11.17",
"gray-matter": "^4.0.3",
"lucide-react": "^0.454.0",
"marked": "^14.1.1",
"next": "^12.3.4",
"next-mdx-remote": "^5.0.0",
"pnpm": "^9.8.0",
"postcss-focus-visible": "^6.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"eslint": "8.19.0",
"eslint-config-next": "12.2.5",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13"
}
}