-
-
Notifications
You must be signed in to change notification settings - Fork 828
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 910 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 910 Bytes
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
{
"name": "website",
"version": "6.2.3",
"type": "module",
"private": true,
"scripts": {
"build": "next build --webpack",
"dev": "next --turbopack",
"pagefind": "pagefind --site .next/server/app --output-path out/_pagefind",
"postbuild": "next-sitemap && npm run pagefind",
"start": "next start"
},
"dependencies": {
"@theguild/components": "9.11.3",
"@theguild/remark-mermaid": "0.3.0",
"next": "16.2.1",
"next-sitemap": "4.2.3",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@theguild/tailwind-config": "0.6.4",
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"estree-util-value-to-estree": "3.5.0",
"pagefind": "^1.3.0",
"postcss": "8.5.8",
"postcss-import": "16.1.1",
"postcss-lightningcss": "1.0.2",
"tailwindcss": "3.4.19",
"typescript": "6.0.2",
"wrangler": "4.77.0"
}
}