-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "mrdhruv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.5",
"@next/mdx": "^14.2.7",
"@react-spring/web": "^9.7.3",
"@types/mdx": "^2.0.13",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.20",
"devicons-react": "^1.3.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"framer-motion": "^10.18.0",
"iconoir-react": "^6.11.0",
"next": "^14.2.7",
"popmotion": "^11.0.5",
"postcss": "^8.4.41",
"react": "18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"recharts": "^2.7.3",
"shiki": "^1.15.1",
"sweetalert2": "^11.7.26",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"typescript": "5.1.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"velite": "^0.1.1"
}
}