-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 KB
/
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
43
44
45
{
"name": "mohammedimran",
"type": "module",
"version": "0.0.1",
"author": {
"name": "Mohammed Imran",
"email": "mohammedimran86992@gmail.com",
"url": "https://github.com/M0hammedImran"
},
"engines": {
"node": ">=18.x || >=20.6.1",
"vscode": "^1.22.0",
"pnpm": ">=8.7.5"
},
"repository": {
"url": "https://github.com/M0hammedImran/mohammedimran"
},
"private": true,
"homepage": "https://mohammedimran.com",
"packageManager": "pnpm@9.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write . --ignore-path .prettierignore --cache"
},
"dependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/svelte": "^5.5.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^6.1.4",
"@tailwindcss/typography": "^0.5.13",
"@vercel/kv": "^1.0.1",
"astro": "^4.10.2",
"axios": "^1.7.2",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.4",
"sharp": "^0.33.4",
"svelte": "^4.2.18",
"tailwindcss": "^3.4.4"
}
}