-
-
Notifications
You must be signed in to change notification settings - Fork 827
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 579 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 579 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
{
"name": "website",
"version": "6.2.3",
"private": true,
"type": "module",
"scripts": {
"build": "next build && next-sitemap --config next-sitemap.config.cjs",
"dev": "next",
"start": "next start"
},
"devDependencies": {
"@theguild/algolia": "1.1.7",
"@theguild/tailwind-config": "0.2.1",
"@types/node": "18.16.8",
"@types/react": "18.2.6",
"typescript": "5.0.4"
},
"dependencies": {
"@theguild/components": "4.5.11",
"next": "13.4.2",
"next-sitemap": "4.0.9",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}