-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.39 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.39 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
45
46
47
48
49
50
{
"name": "devlog",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@iconify/react": "^6.0.0",
"@react-router/fs-routes": "^7.6.0",
"@react-router/node": "^7.6.0",
"@react-router/serve": "^7.6.0",
"fp-ts": "^2.16.10",
"gray-matter": "^4.0.3",
"isbot": "^5.1.27",
"lozad": "^1.16.0",
"overlayscrollbars": "^2.11.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-router": "^7.6.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"strip-markdown": "^6.0.0"
},
"devDependencies": {
"@react-router/dev": "^7.6.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.6",
"@types/lozad": "^1.16.4",
"@types/node": "^22.15.17",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"@types/react-syntax-highlighter": "^15.5.13",
"react-router-devtools": "^5.0.5",
"tailwindcss": "^4.1.6",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-tsconfig-paths": "^5.1.4"
}
}