-
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.9 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.9 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": "alpha-hku",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"format": "prettier --write '**/**/*.{ts,tsx,js,mjs,mdx}'",
"diff": "git --no-pager diff --staged --function-context > commit.txt"
},
"dependencies": {
"@icons-pack/react-simple-icons": "~13.13.0",
"@mdx-js/loader": "~3.1.1",
"@mdx-js/react": "~3.1.1",
"@next/mdx": "~16.2.1",
"@radix-ui/react-collapsible": "~1.1.12",
"@radix-ui/react-dialog": "~1.1.15",
"@radix-ui/react-dropdown-menu": "~2.1.16",
"@radix-ui/react-navigation-menu": "~1.2.14",
"@radix-ui/react-slot": "~1.2.4",
"@types/mdx": "~2.0.13",
"@vercel/analytics": "~2.0.1",
"@vercel/speed-insights": "~2.0.0",
"class-variance-authority": "~0.7.1",
"clsx": "~2.1.1",
"embla-carousel-autoplay": "~8.6.0",
"embla-carousel-react": "~8.6.0",
"geist": "~1.7.0",
"lucide-react": "~0.577.0",
"next": "~16.2.1",
"next-themes": "~0.4.6",
"react": "~19.2.4",
"react-dom": "~19.2.4",
"react-icons": "~5.6.0",
"remark-frontmatter": "~5.0.0",
"remark-mdx-frontmatter": "~5.2.0",
"tailwind-merge": "~3.5.0",
"tw-animate-css": "~1.4.0"
},
"devDependencies": {
"@eslint/eslintrc": "~3.3.5",
"@ianvs/prettier-plugin-sort-imports": "~4.7.1",
"@next/bundle-analyzer": "~16.2.1",
"@next/eslint-plugin-next": "~16.2.1",
"@tailwindcss/postcss": "~4.2.2",
"@types/node": "~25.5.0",
"@types/react": "~19.2.14",
"@types/react-dom": "~19.2.3",
"eslint": "~10.1.0",
"eslint-config-next": "~16.2.1",
"eslint-config-prettier": "~10.1.8",
"eslint-plugin-react-hooks": "~7.0.1",
"eslint-plugin-tailwindcss": "4.0.0-beta.0",
"prettier": "~3.8.1",
"prettier-plugin-tailwindcss": "~0.7.2",
"tailwindcss": "~4.2.2",
"typescript": "~5.9.3"
}
}