-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.58 KB
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
{
"name": "lothnic.github.io",
"version": "0.3.1",
"private": true,
"description": "Personal portfolio of Mayank Joshi — systems & machine learning engineer",
"author": "Mayank Joshi <joshimayank08012007@gmail.com>",
"license": "MIT",
"keywords": [
"nextjs",
"portfolio",
"machine-learning",
"systems",
"tailwindcss",
"shadcn-ui"
],
"engines": {
"node": ">=24"
},
"scripts": {
"compile-posts": "node scripts/compile-posts.mjs",
"predev": "npm run compile-posts",
"prebuild": "npm run compile-posts",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"check": "npm run lint && npm run typecheck && npm run build"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@studio-freight/lenis": "^1.0.42",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"highlight.js": "^11.12.0",
"lucide-react": "^1.6.0",
"next": "^16.2.7",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shadcn": "^4.1.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"playwright": "^1.60.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}