-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "mohammedimran",
"type": "module",
"version": "0.0.1",
"author": {
"name": "Mohammed Imran",
"email": "[email protected]",
"url": "https://github.com/M0hammedImran"
},
"engines": {
"node": "22.x",
"vscode": "^1.22.0"
},
"repository": {
"url": "https://github.com/M0hammedImran/mohammedimran"
},
"private": true,
"homepage": "https://mohammedimran.com",
"packageManager": "[email protected]",
"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": "^4.0.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.3",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.1",
"@tailwindcss/typography": "^0.5.16",
"@vercel/kv": "^3.0.0",
"astro": "^5.1.4",
"axios": "^1.7.9",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"sharp": "^0.33.5",
"svelte": "^5.17.3",
"tailwindcss": "^3.4.17"
}
}