-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1020 Bytes
/
package.json
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
42
{
"name": "baraqkamsani.com",
"type": "module",
"version": "0.0.1",
"private": "true",
"author": "Baraq Kamsani",
"homepage": "https://baraqkamsani.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/mkamsani/baraqkamsani.com"
},
"bugs": {
"url": "https://github.com/mkamsani/baraqkamsani.com/issues"
},
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"dev": "astro dev",
"devh": "astro dev --host",
"preview": "astro preview",
"previewh": "astro preview --host"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.0-beta.3",
"@astrojs/netlify": "^5.5.4",
"@astrojs/rss": "^4.0.9",
"@csstools/normalize.css": "^12.1.1",
"astro": "^5.0.0-beta.5",
"typescript": "^5.6.3"
},
"overrides": {
"@astrojs/netlify": {
"astro": "^5.0.0-beta.5"
}
},
"devDependencies": {
"@astrojs/sitemap": "^3.2.1",
"ico-endec": "^0.1.6",
"sharp": "^0.33.3"
}
}