-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.18 KB
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
{
"name": "ipedrohenrick-dev-br",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"build": "astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview --host",
"check": "astro check && biome check",
"check:write": "biome check --write",
"format": "biome format",
"format:write": "biome format --write",
"lint": "biome lint",
"lint:write": "biome lint --write"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"@iconify-json/fluent-emoji-high-contrast": "^1.2.5",
"@iconify-json/material-symbols-light": "^1.2.65",
"@iconify-json/simple-icons": "^1.2.78",
"@pagefind/component-ui": "^1.5.0",
"@types/hast": "^3.0.4",
"astro": "^6.1.4",
"astro-expressive-code": "^0.41.6",
"astro-icon": "^1.1.5",
"hast": "^0.0.2",
"pagefind": "^1.5.0",
"remark-directive": "^4.0.0",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/ts-plugin": "^1.10.7",
"@biomejs/biome": "2.4.12",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.0.10",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
}
}