-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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": "npx prisma generate",
"build": "npm run generate && 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.3",
"@astrojs/mdx": "^3.1.6",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/svelte": "^5.7.2",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/geist-mono": "^5.1.1",
"@fontsource/ibm-plex-serif": "^5.1.1",
"@fontsource/noto-naskh-arabic": "^5.1.0",
"@libsql/client": "^0.11.0",
"@playform/compress": "^0.1.4",
"@prisma/adapter-libsql": "^5.19.1",
"@prisma/client": "^5.19.1",
"@swup/astro": "^1.5.0",
"astro": "^4.15.6",
"astro-compressor": "^0.4.1",
"date-fns": "4.0.0-beta.1",
"lucide-svelte": "^0.453.0",
"reading-time": "^1.5.0",
"rehype-preset-minify": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.5",
"svelte": "^5.0.5",
"tailwind-merge": "^2.5.4",
"typescript": "^5.6.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@lhci/cli": "^0.14.0",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.11"
}
}