-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.44 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
{
"name": "portfolio",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.715.0",
"@headlessui/react": "^2.0.4",
"@instantdb/react": "^0.12.6",
"@mantine/hooks": "^7.12.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.1",
"@svgr/webpack": "^8.1.0",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.3.1",
"@vercel/functions": "^1.4.1",
"@vercel/kv": "^2.0.0",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"date-fns": "^4.1.0",
"elevenlabs": "^1.50.2",
"fast-glob": "^3.3.2",
"feed": "^4.2.2",
"framer-motion": "^11.3.30",
"next": "latest",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"next-view-transitions": "^0.3.2",
"nuqs": "^1.17.8",
"react": "latest",
"react-dom": "latest",
"react-markdown": "^9.0.1",
"react-spring": "^9.7.4",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "latest",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}