-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 KB
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
36
37
38
39
40
41
42
43
44
{
"name": "packyard-docs",
"private": false,
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"dev": "vite dev --port 3001",
"build": "vite build && node scripts/snapshot.mjs && node scripts/pagefind.mjs",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-router": "1.168.22",
"@tanstack/react-start": "1.167.41",
"@tanstack/router-plugin": "1.167.22",
"gray-matter": "^4.0.3",
"nitro": "npm:nitro-nightly@3.0.1-20260415-080922-45e20aaa",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"shiki": "^3.16.0",
"tailwindcss": "^4.1.18",
"unified": "^11.0.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^6.0.1",
"pagefind": "^1.4.0",
"typescript": "^5.7.2",
"vite": "^8.0.0"
}
}