generated from cassidoo/blahg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 764 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 764 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
{
"name": "vivekraman.dev",
"version": "4.1-rc2",
"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": "^4.3.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.7.13",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
},
"dependencies": {
"@iconify-json/simple-icons": "^1.2.58",
"@iconify-json/skill-icons": "^1.2.3",
"astro-icon": "^1.1.5",
"astro-lazy-youtube-embed": "^0.5.4",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0"
}
}