-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "personal-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ariakit/react": "^0.1.7",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@types/mdx": "^2.0.5",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"contentlayer": "^0.3.2",
"date-fns": "^2.30.0",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"framer-motion": "^10.12.8",
"next": "13.4.2",
"next-contentlayer": "^0.3.2",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "^0.5.0",
"rehype-pretty-code": "^0.9.5",
"shiki": "^0.14.2",
"swiper": "^9.2.4",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"devDependencies": {
"@iconify/icons-logos": "^1.2.25",
"@iconify/react": "^4.1.0"
}
}