-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 798 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 798 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
{
"name": "website",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"build": "next build && next-sitemap --config ./next-sitemap.config.js",
"dev": "next",
"start": "next start"
},
"dependencies": {
"@theguild/components": "^9.3.1",
"clsx": "^2.1.1",
"next": "^15.1.1",
"next-sitemap": "^4.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.0.1"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@theguild/tailwind-config": "0.6.2",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@typescript/sandbox": "^0.1.0",
"monaco-editor": "0.52.2",
"postcss-import": "16.1.0",
"postcss-lightningcss": "1.0.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
}
}