-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
{
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"lint": "next lint",
"start": "next start",
"typecheck": "tsc --noEmit --incremental false"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.19.10",
"@giscus/react": "^3.1.0",
"@hcaptcha/react-hcaptcha": "^1.11.0",
"@plaiceholder/next": "^3.0.0",
"@radix-ui/react-dialog": "^1.1.4",
"next": "15.1.4",
"next-mdx-remote": "^5.0.0",
"plaiceholder": "^3.0.0",
"react": "^19",
"react-dom": "^19",
"react-tweet": "^3.2.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"shiki": "^1.26.1",
"vaul": "^1.1.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@tailwindcss/typography": "^0.5.16",
"@types/eslint": "^9",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "^19.0.0-beta-63e3235-20250105",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
},
"peerDependencies": {
"sharp": "^0.33.5"
}
}