-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 994 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 994 Bytes
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
{
"name": "isala.me",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "astro check",
"check": "astro check",
"format": "prettier --write \"src/**/*.{astro,ts,tsx,js,jsx,mdx,md,css}\"",
"format:check": "prettier --check \"src/**/*.{astro,ts,tsx,js,jsx,mdx,md,css}\"",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.12",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"astro": "^5.16.4",
"beautiful-mermaid": "^1.1.3",
"gray-matter": "^4.0.3",
"lucide-astro": "^0.556.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.7.2",
"zstd-codec": "^0.1.5"
},
"devDependencies": {
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2"
}
}