-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 850 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
{
"name": "clenny.tech",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"host": "astro dev --host",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky install",
"lint": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.2.1",
"@astrojs/mdx": "^1.1.3",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.3.4",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.18.0 <19.0.0"
},
"devDependencies": {
"husky": "^8.0.3",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1"
}
}