-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.81 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
58
59
60
61
62
63
64
65
66
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@portabletext/react": "^3.2.0",
"@r4ai/remark-callout": "^0.4.0",
"@sanity/image-url": "^1.1.0",
"@sanity/vision": "^3.71.1",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.64.2",
"@vercel/analytics": "^1.4.1",
"@vercel/og": "^0.6.4",
"@vercel/speed-insights": "^1.1.0",
"clsx": "^2.1.1",
"daisyui": "^4.12.23",
"easymde": "^2.18.0",
"next": "^14.2.23",
"next-sanity": "^7.1.4",
"next-themes": "^0.2.1",
"posthog-js": "^1.207.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.3",
"rehype-highlight": "^7.0.1",
"rehype-mathjax": "^6.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sanity": "^3.71.1",
"sanity-plugin-markdown": "^4.1.2",
"styled-components": "^6.1.14",
"typeit-react": "^2.7.8",
"use-last-fm": "^0.6.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/eslint": "^8.56.12",
"@types/node": "^20.17.14",
"@types/prettier": "^2.7.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.23",
"postcss": "^8.5.1",
"postcss-nesting": "^12.1.5",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"ct3aMetadata": {
"initVersion": "7.10.2"
}
}