-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 920 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 920 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
35
{
"name": "tstyche.org",
"version": "1.0.0",
"private": true,
"description": "TSTyche Documentation Website.",
"license": "MIT",
"type": "module",
"scripts": {
"build": "next build",
"postbuild": "pagefind --site ./.next/server/app --output-path ./public/_pagefind",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@carbon/icons-react": "^11.76.0",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/ibm-plex-sans": "^5.2.8",
"@tailwindcss/postcss": "^4.2.1",
"next": "^16.1.7",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"postcss": "^8.5.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@types/node": "^24.10.1",
"@types/react": "^19.2.14",
"pagefind": "^1.4.0",
"tstyche": "^7.0.0",
"typescript": "^5.9.3"
}
}