-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.63 KB
/
package.json
File metadata and controls
144 lines (144 loc) · 4.63 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "ahnafnafee",
"version": "2.0.0",
"private": true,
"description": "Portfolio, built with React, Next.js, MDX and Tailwind CSS",
"scripts": {
"dev": "env-cmd -f .env.development.local next dev",
"dev:webpack": "env-cmd -f .env.development.local next dev --webpack",
"prebuild": "node scripts/generate-llms-txt.js",
"build": "next build",
"export": "node scripts/generate-llms-txt.js && yarn export:prepare && cross-env STATIC_EXPORT=true next build && yarn export:cleanup",
"export:university": "node scripts/generate-llms-txt.js && yarn export:prepare && env-cmd -f .env.development.static.local next build && yarn export:cleanup",
"export:prepare": "node scripts/export-prepare.js",
"export:cleanup": "node scripts/export-cleanup.js",
"serve:export": "node scripts/serve-export.js",
"deploy:help": "node scripts/deploy-university.js",
"start": "env-cmd -f .env.production.local next start -p 5000",
"analyze": "cross-env ANALYZE=true next build",
"clean:build": "npx rimraf **/.next **/out",
"clean:export": "npx rimraf out",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"type-check": "tsc --noEmit",
"postbuild": "next-sitemap --config=custom-next-sitemap.js",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,json}\"",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"validate:json-ld": "node scripts/validate-json-ld.js",
"audit:alt-text": "node scripts/audit-alt-text.js",
"commit": "cz",
"remove-modules": "Remove-Item -Recurse -Force node_modules"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@giscus/react": "^3.1.0",
"@supabase/supabase-js": "^2.86.2",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@vercel/analytics": "^1.6.1",
"@vercel/og": "^0.8.5",
"@vercel/speed-insights": "^1.3.1",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"googleapis": "^168.0.0",
"html-react-parser": "^5.2.10",
"isomorphic-fetch": "^3.0.0",
"jotai": "^2.15.2",
"lucide-react": "^1.11.0",
"mdx-prism": "^0.3.4",
"next": "16.0.11",
"next-axiom": "^1.9.3",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"prism-themes": "^1.9.0",
"prismjs": ">=1.30.0",
"radix-ui": "^1.4.3",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-icons": "5.5.0",
"react-image-lightbox": "^5.1.4",
"rehype-katex": "^7.0.1",
"rehype-prism-plus": "^2.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.5",
"slugify": "^1.6.6",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^24.10.1",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.22",
"commitizen": "^4.3.1",
"cross-env": "^10.1.0",
"cz-conventional-changelog": "3.3.0",
"env-cmd": "^11.0.0",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.11",
"gray-matter": "^4.0.3",
"happy-dom": "^20.9.0",
"lint-staged": "^16.2.7",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"reading-time": "^1.5.0",
"rehype-slug": "^6.0.0",
"shadcn": "^4.5.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"vitest": "^4.1.5"
},
"resolutions": {
"prismjs": ">=1.27.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/minimatch": "5.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahnafnafee/ahnafnafee.dev.git"
},
"author": "Ahnaf An Nafee",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahnafnafee/ahnafnafee.dev/issues"
},
"homepage": "https://github.com/ahnafnafee/ahnafnafee.dev#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,mdx,md,css}": [
"yarn format \"./src/**/*.{js,jsx,ts,tsx,mdx,md,css}\""
]
},
"browserslist": {
"production": [
">0.01%",
"not dead",
"not op_mini all"
],
"development": [
">0.01%",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@4.14.1"
}