-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 891 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 891 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
36
{
"name": "colmarius.github.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"preview": "astro preview",
"build": "astro build",
"astro": "astro",
"check": "astro check",
"lint": "biome lint --write .",
"lint:fix": "biome check --write ."
},
"dependencies": {
"@astrojs/check": "0.9.5",
"@astrojs/react": "4.4.1",
"@tailwindcss/typography": "0.5.19",
"@tailwindcss/vite": "4.1.16",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"astro": "5.15.9",
"clsx": "2.1.1",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-markdown": "10.1.0",
"rehype-sanitize": "6.0.0",
"remark-gfm": "4.0.1",
"tailwind-merge": "3.3.1",
"tailwindcss": "4.1.16"
},
"devDependencies": {
"@biomejs/biome": "2.3.4",
"typescript": "5.9.3"
}
}