-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.83 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "{{project_name}}",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@auth/core": "^0.37.4",
"@fontsource-variable/inter": "^5.2.5",
"@fontsource-variable/jetbrains-mono": "^5.2.5",
"@fontsource/geist-sans": "^5.2.5",
"@mdx-js/mdx": "^3.1.1",
"@shikijs/rehype": "^3.23.0",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.72.1",
"@tanstack/react-query-devtools": "^5.72.1",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-start": "^1.132.0",
"@tanstack/router-plugin": "^1.132.0",
"@thesandybridge/themes": "^1.5.0",
"@thesandybridge/ui": "^1.3.2",
"@types/pg": "^8.16.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"entities": "6",
"gray-matter": "^4.0.3",
"lucide-react": "^0.477.0",
"nitro": "npm:nitro-nightly@latest",
"pg": "^8.19.0",
"radix-ui": "^1.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"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",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.2.9",
"unified": "^11.0.5"
},
"devDependencies": {
"@mdx-js/rollup": "^3.1.0",
"@types/node": "^22.14.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^5.0.4",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.0.0",
"typescript": "^5.8.3",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4"
}
}