-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.35 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.35 KB
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
{
"name": "hello-astro",
"description": "Hello Astro is a full featured Astro corporate/marketing/blog starter theme written in Typescript and TailwindCSS. It supports Markdown and MDX based pages and blog posts.",
"version": "5.2.0",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "pnpm run lint:prettier ; pnpm run lint:eslint",
"lint:prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,md,mdx,astro}\"",
"lint:eslint": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,md,mdx,astro}\"",
"refresh": "pnpm dlx @astrojs/upgrade; pnpm up -L",
"astro": "astro"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@eslint/markdown": "^7.4.0",
"@tailwindcss/typography": "^0.5.19",
"@types/alpinejs": "^3.13.11",
"eslint": "^9.37.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.0"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.9",
"@astrojs/markdoc": "^0.15.8",
"@astrojs/mdx": "^4.3.7",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"@iconify-json/bi": "^1.2.6",
"@iconify-json/heroicons": "^1.2.3",
"@tailwindcss/vite": "^4.1.14",
"alpinejs": "^3.15.0",
"astro": "^5.14.3",
"astro-icon": "^1.1.5",
"astro-leaflet": "^1.8.1",
"astro-masonry": "^1.2.2",
"astro-mermaid": "^1.1.0",
"astro-plantuml": "^0.1.4",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"astro-swiper": "^1.1.0",
"exifr": "^7.1.3",
"hero-patterns": "^2.1.0",
"lunr": "^2.3.9",
"mdast-util-to-string": "^4.0.0",
"photoswipe": "^5.4.4",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"remark-emoji": "^5.0.2",
"remark-math": "^6.0.0",
"schema-dts": "^1.1.5",
"tailwindcss": "^4.1.14",
"unist-util-visit": "^5.0.0"
},
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd"
}