-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.62 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
{
"name": "tuatmcc.com",
"type": "module",
"version": "3.0.0",
"scripts": {
"dev": "wrangler types && astro dev",
"build": "wrangler types && astro build",
"preview": "wrangler types && astro preview",
"astro": "astro",
"lint": "oxlint --deny-warnings && prettier --check .",
"format": "prettier --write .",
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/cloudflare": "^14.0.0",
"@astrojs/markdown-remark": "^7.2.0",
"@astrojs/mdx": "^7.0.0",
"@astrojs/partytown": "^2.1.7",
"@astrojs/react": "^6.0.0",
"@tailwindcss/vite": "^4.3.1",
"@types/canvas-confetti": "^1.9.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"astro": "^7.0.0",
"astro-expressive-code": "^0.41.3",
"astro-icon": "^1.1.5",
"daisyui": "^5.6.3",
"hono": "^4.12.27",
"motion": "^12.42.0",
"prettier": "^3.9.1",
"prettier-plugin-astro": "^0.14.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-icons": "^5.6.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"scss": "^0.2.4",
"tailwindcss": "^4.3.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"oxlint": "^1.73.0",
"@iconify-json/fa": "^1.2.1",
"@iconify-json/ri": "^1.2.10",
"@resvg/resvg-wasm": "^2.6.2",
"@tailwindcss/typography": "^0.5.20",
"prettier-plugin-tailwindcss": "^0.8.0",
"react-svg": "^17.2.4",
"remark-math": "^6.0.0",
"remark-normalize-headings": "^4.0.0",
"remark-toc": "^9.0.0",
"sass-embedded": "^1.100.0",
"satori": "^0.26.0",
"simple-git": "^3.36.0",
"typescript": "^6.0.3"
}
}