-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 753 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 753 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
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"fetch:marketing": "tsx scripts/fetch-marketing.ts",
"icons": "tsx scripts/rasterize-icon.ts"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.16",
"next": "^15.4.6",
"postcss": "^8.5.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-markdown": "^9.1.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"@types/node": "^24.2.1",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"eslint": "9.33.0",
"eslint-config-next": "15.4.6",
"tsx": "^4.20.3",
"typescript": "^5.9.2"
}
}