-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"name": "@astrolicious/dotdev",
"type": "module",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/check": "0.9.6",
"@astrojs/cloudflare": "13.0.0-beta.11",
"@astrojs/mdx": "5.0.0-beta.9",
"@fontsource-variable/dosis": "5.2.8",
"@fontsource-variable/inter": "5.2.8",
"@iconify-json/ph": "1.2.2",
"@iconify-json/ri": "1.2.10",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/typography": "0.5.19",
"@tailwindcss/vite": "4.1.18",
"astro": "https://pkg.pr.new/astro@15322",
"sanitize-html": "2.17.1",
"tailwindcss": "4.1.18",
"zod": "4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.5",
"@types/node": "24.10.13",
"@types/sanitize-html": "2.16.0",
"typescript": "5.9.3",
"wrangler": "4.60.0"
},
"scripts": {
"astro": "astro",
"wrangler": "wrangler",
"build": "astro build",
"preview": "astro preview"
},
"license": "MIT",
"packageManager": "[email protected]",
"contributors": [
{
"name": "Alexander Niebuhr",
"email": "[email protected]",
"url": "https://github.com/alexanderniebuhr"
}
]
}