-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "portfoliov2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@mui/lab": "^6.0.0-beta.8",
"@mui/material": "^6.0.1",
"@next/mdx": "^15.0.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.3.1",
"@vercel/postgres": "^0.10.0",
"cloudinary": "^2.5.1",
"framer-motion": "^11.3.31",
"gray-matter": "^4.0.3",
"lucide-react": "^0.330.0",
"next": "^14.2.7",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-typed": "^2.0.12",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10"
}
}