-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "node scripts/post-install.mjs",
"prebuild": "node scripts/pre-build.mjs",
"generate:metadata": "node scripts/pre-build.mjs",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"geist": "^1.3.1",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"next-intl": "^3.26.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.13.0",
"@eslint-react/eslint-plugin": "^1.23.2",
"@next/eslint-plugin-next": "^15.1.2",
"@radix-ui/react-portal": "^1.1.3",
"@radix-ui/react-select": "^2.1.4",
"@shikijs/langs": "^1.26.1",
"@shikijs/rehype": "^1.26.1",
"@shikijs/themes": "^1.26.1",
"@shikijs/transformers": "^1.26.1",
"@t3-oss/env-nextjs": "^0.11.1",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"consola": "^3.3.3",
"cva": "npm:class-variance-authority@^0.7.1",
"eslint": "^9.17.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-tailwindcss": "^3.17.5",
"fast-glob": "^3.3.3",
"gray-matter": "^4.0.3",
"next-mdx-remote": "^5.0.0",
"postcss": "^8",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"react-remove-scroll": "^2.6.2",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"remark-github-blockquote-alert": "^1.3.0",
"remark-mdx-frontmatter": "^5.0.0",
"shiki": "^1.26.1",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"to-vfile": "^8.0.0",
"typescript": "^5"
}
}