-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"format": "prettier --write \"src/**/*.{ts,tsx,css,md}\"",
"preview": "vite preview"
},
"dependencies": {
"@blog/api-client": "workspace:*",
"@blog/types": "workspace:*",
"@blog/token-store": "workspace:*",
"@tailwindcss/vite": "^4.1.18",
"date-fns": "^4.1.0",
"highlight.js": "^11.11.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.1.18",
"@tanstack/react-query": "^5.90.16",
"@tanstack/react-router": "^1.147.1",
"@tanstack/react-router-devtools": "^1.147.1"
},
"devDependencies": {
"@tanstack/router-plugin": "^1.149.0",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"daisyui": "^5.5.14",
"typescript": "~5.9.3",
"vite": "^7.2.4"
}
}