-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.66 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
{
"name": "nilsbeerten.nl",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "wrangler pages dev ./dist",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.3",
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.2.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^6.0.0",
"@fontsource-variable/inter": "^5.1.1",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.6",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.8",
"astro": "^5.3.0",
"astro-i18n-aut": "^0.7.3",
"astro-page-insight": "^0.10.1",
"astro-tunnel": "^0.1.6",
"canvaskit-wasm": "^0.39.1",
"kleur": "^4.1.5",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.5.1",
"reading-time": "^1.5.0",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.6",
"touchsweep": "^2.2.0",
"typescript": "^5.7.3",
"unplugin-icons": "^22.0.0",
"vfile": "^6.0.3"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/lucide": "^1.2.26",
"@iconify-json/simple-icons": "^1.2.24",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11"
},
"packageManager": "pnpm@9.0.6+sha512.f6d863130973207cb7a336d6b439a242a26ac8068077df530d6a86069419853dc1ffe64029ec594a9c505a3a410d19643c870aba6776330f5cfddcf10a9c1617"
}