-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.24 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
{
"name": "aquib.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-query": "^5.32.0",
"class-variance-authority": "^0.7.0",
"dayjs": "^1.11.10",
"gray-matter": "^4.0.3",
"lucide-react": "^0.287.0",
"lucide-static": "^0.396.0",
"next": "^14.2.3",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"next-view-transitions": "^0.1.1",
"pluralize": "^8.0.0",
"posthog-js": "^1.103.1",
"react": "^18",
"react-dom": "^18",
"reading-time": "^1.5.0",
"remark-gfm": "^3.0.1",
"spotify-connect": "^1.7.0",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@shikijs/transformers": "^1.10.3",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/pluralize": "^0.0.33",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"clsx": "^2.0.0",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8",
"shiki": "^1.10.3",
"tailwindcss": "^3.4.4",
"typescript": "^5"
}
}