-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.84 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
{
"name": "astro-navynda",
"version": "4.5.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"format": "prettier -w --cache . && prettier -w --cache **/*.astro",
"check": "astro check"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "2.2.4",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.1.2",
"@astrojs/tailwind": "5.1.0",
"astro": "4.5.16",
"astro-expressive-code": "^0.34.1",
"astro-icon": "^1.1.0",
"rehype-external-links": "^3.0.0",
"satori": "0.10.13",
"satori-html": "^0.3.2",
"sharp": "^0.33.2",
"typescript": "^5.4.5"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@iconify-json/mdi": "^1.1.66",
"@pagefind/default-ui": "^1.1.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.12",
"@types/eslint": "^8.56.7",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"astro-eslint-parser": "^0.16.3",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-perfectionist": "^2.8.0",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.1.0",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^4.0.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.4"
}
}