-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 867 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": "bravo-kernel.com",
"version": "2.0.0",
"private": true,
"type": "module",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"check": "astro check",
"format": "prettier --write .",
"verify-urls": "node scripts/verify-urls.mjs"
},
"dependencies": {
"@astrojs/mdx": "7.0.5",
"@astrojs/rss": "4.0.19",
"@fontsource-variable/inter": "^5.3.0",
"@shikijs/transformers": "4.4.3",
"@tailwindcss/typography": "0.5.20",
"@tailwindcss/vite": "4.3.3",
"astro": "7.2.2",
"tailwindcss": "4.3.3"
},
"devDependencies": {
"@astrojs/check": "0.9.10",
"@types/node": "^26.2.0",
"prettier": "3.9.6",
"prettier-plugin-astro": "0.14.1",
"typescript": "5.9.3"
}
}