-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.77 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
{
"name": "ikuyo",
"author": "Haikel Ilham Hakim",
"private": true,
"description": "Personal Website / ekel.dev",
"homepage": "https://ekel.dev",
"license": "MIT",
"type": "module",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/haikelz/ikuyo"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"generate": "pnpm dlx prisma generate",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"open": "cypress open",
"test": "cypress run",
"lhci:mobile": "lhci autorun",
"lhci:desktop": "lhci autorun --collect.settings.preset=desktop"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.7",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.4",
"@fontsource/geist-mono": "^5.1.1",
"@fontsource/ibm-plex-serif": "^5.1.1",
"@fontsource/noto-naskh-arabic": "^5.1.1",
"@libsql/client": "^0.14.0",
"@playform/compress": "^0.1.7",
"@sentry/astro": "^8.51.0",
"@swup/astro": "^1.5.0",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.0",
"astro": "^5.1.9",
"astro-compressor": "^1.0.0",
"date-fns": "4.1.0",
"lucide-svelte": "^0.474.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-preset-minify": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.5",
"svelte": "^5.19.3",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@lhci/cli": "^0.14.0",
"dotenv": "^16.4.7",
"postcss": "^8.5.1"
}
}