-
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) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 922 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": "vivekraman.dev",
"version": "5.1-rc6",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@astrojs/mdx": "^6.0.3",
"@astrojs/sitemap": "^3.7.3",
"astro": "^6.4.6",
"prettier": "^3.8.4",
"prettier-plugin-astro": "^0.14.1"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@iconify-json/lucide": "^1.2.111",
"@iconify-json/simple-icons": "^1.2.86",
"@iconify-json/skill-icons": "^1.2.4",
"astro-icon": "^1.1.5",
"astro-lazy-youtube-embed": "^0.5.5",
"astro-mermaid": "^2.0.2",
"astro-posthog": "^1.0.2",
"mdast-util-to-string": "^4.0.0",
"mermaid": "^11.15.0",
"reading-time": "^1.5.0",
"typescript": "^5.9.3"
}
}