-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.13 KB
/
package.json
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
64
65
66
67
68
69
70
71
72
73
{
"name": "tss-blog-starter",
"type": "module",
"version": "1.0.0",
"description": "",
"author": "",
"license": "MIT",
"keywords": [],
"scripts": {
"dev": "vinxi dev",
"build": "content-collections build && vinxi build",
"start": "vinxi start",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.1",
"@mantine/hooks": "^7.16.2",
"@radix-ui/react-slot": "^1.1.1",
"@tanstack/react-router": "^1.98.0",
"@tanstack/start": "^1.98.0",
"cal-sans": "^1.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.474.0",
"next-themes": "^0.4.4",
"outdent": "^0.8.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vinxi": "^0.5.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.0",
"@content-collections/cli": "^0.1.6",
"@content-collections/core": "^0.8.0",
"@content-collections/mdx": "^0.2.0",
"@content-collections/vinxi": "^0.1.0",
"@eslint-react/eslint-plugin": "^1.25.0",
"@shikijs/transformers": "^2.1.0",
"@tanstack/eslint-plugin-router": "^1.98.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/unist": "^3.0.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"eslint": "^9.19.0",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"fontaine": "^0.5.0",
"mdast-util-toc": "^7.1.0",
"postcss": "^8.5.1",
"rehype": "^13.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"shiki": "^2.1.0",
"tailwindcss": "^3.4.17",
"tanstack-router-sitemap": "^1.0.9",
"typescript": "^5.7.3",
"unenv": "^1.10.0",
"unist-util-visit": "^5.0.0",
"vite": "^6.0.11",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^3.106.0"
}
}