-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 970 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 970 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
36
37
38
39
{
"name": "taqib.dev",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write src"
},
"engines": {
"node": ">=22.12.0"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/mdx": "^5.0.4",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^10.0.5",
"@usemarble/sdk": "^1.0.10",
"@vercel/analytics": "^1.3.1",
"astro": "^6.1.9",
"clsx": "^2.1.1",
"sharp": "^0.33.5",
"shiki": "^3.13.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14",
"prettier": "^3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6"
},
"packageManager": "pnpm@10.13.1"
}