-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
89 lines (89 loc) · 2.99 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "akhilaariyachandra.com",
"version": "3.0.0",
"description": "The code for akhilaariyachandra.com",
"repository": "https://github.com/akhila-ariyachandra/akhilaariyachandra.com.git",
"author": "Akhila Ariyachandra <[email protected]>",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev --turbopack",
"prebuild": "content-collections build",
"build": "next build",
"analyze": "cross-env ANALYZE=true next build",
"start": "next start",
"lint": "next lint",
"content:build": "content-collections build",
"drizzle:push": "dotenv -e .env.local drizzle-kit push:sqlite",
"drizzle:studio": "dotenv -e .env.local drizzle-kit studio",
"prettier:format": "prettier --write \"**/*.{ts,tsx,js,md,mdx,css,yaml}\" --cache",
"prettier:check": "prettier --check \"**/*.{ts,tsx,js,md,mdx,css,yaml}\" --cache",
"turbo:lint": "turbo lint"
},
"dependencies": {
"@fec/remark-a11y-emoji": "4.0.2",
"@giscus/react": "^3.1.0",
"@libsql/client": "0.14.0",
"@next/bundle-analyzer": "15.1.5",
"@next/third-parties": "15.1.5",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "1.1.0",
"clsx": "2.1.1",
"cva": "1.0.0-beta.1",
"dayjs": "1.11.13",
"drizzle-orm": "0.38.4",
"geist": "1.3.1",
"lucide-react": "^0.473.0",
"next": "15.1.5",
"next-themes": "^0.4.4",
"next-view-transitions": "^0.3.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-external-links": "3.0.0",
"rehype-pretty-code": "0.14.0",
"rehype-slug": "6.0.0",
"remark-gfm": "4.0.0",
"remark-smartypants": "3.0.2",
"schema-dts": "^1.1.2",
"server-only": "0.0.1",
"sharp": "0.33.5",
"shiki": "1.27.2",
"tailwind-merge": "2.6.0",
"zod": "3.24.1"
},
"devDependencies": {
"@content-collections/cli": "^0.1.6",
"@content-collections/core": "^0.8.0",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.4",
"@eslint-react/eslint-plugin": "^1.23.2",
"@tailwindcss/typography": "0.5.16",
"@total-typescript/ts-reset": "0.6.1",
"@types/gtag.js": "0.0.20",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"cross-env": "7.0.3",
"dotenv-cli": "8.0.0",
"drizzle-kit": "0.30.2",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.5",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"postcss": "8.5.1",
"postcss-nesting": "13.0.1",
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-tailwindcss": "0.6.10",
"tailwind-scrollbar": "4.0.0-beta.0",
"tailwindcss": "3.4.17",
"turbo": "^2.3.3",
"typescript": "5.7.3",
"typescript-eslint": "^8.20.0"
}
}