-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.57 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "sahil-langoo-personal-website",
"type": "module",
"homepage": "https://sahillangoo.com",
"version": "1.3.0",
"private": true,
"description": "Sahil's personal website built with Astro and Tailwind CSS",
"author": "Sahil Langoo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sahillangoo/sahillangoo.github.io.git"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0",
"npm": ">=10.8.1"
},
"scripts": {
"dev": "astro dev",
"preview": "astro preview",
"build": "astro build && jampack ./dist",
"build2": "astro build",
"lint": "eslint --ext .astro,.js,.ts .",
"format:check": "prettier --check .",
"format": "prettier -w ./src",
"sync": "astro sync",
"check": "astro check",
"prepare": "husky install"
},
"lint-staged": {
"*.{astro,html,js,jsx,svelte,ts,tsx,vue}": [
"prettier --write ."
]
},
"pnpm": {
"overrides": {
"@iconify/tools": "^4.0.5"
}
},
"overrides": {
"astro-icon": {
"@iconify/tools": "^4.0.5"
}
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/mdx": "^3.1.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@divriots/jampack": "^0.25.0",
"@tailwindcss/typography": "^0.5.14",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"astro": "^4.14.0",
"astro-breadcrumbs": "^3.0.0",
"astro-eslint-parser": "^1.0.2",
"astro-favicons": "^2.0.2",
"astro-icon": "^1.1.0",
"astro-min": "^1.3.1",
"astro-webmanifest": "^1.0.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"mdast-util-to-string": "^4.0.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.9",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-tailwindcss": "^0.6.6",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}