-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "nimbus-narratives",
"author": "Abdullah Elsayed <[email protected]>",
"repository": "https://github.com/abdllahdev/nimbus-narratives.git",
"license": "MIT",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/preact": "^3.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.9",
"astro": "^4.4.9",
"mdast-util-to-string": "^4.0.0",
"preact": "^10.16.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.3",
"shiki": "^1.1.7",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.55",
"@iconify-json/mdi": "^1.1.54",
"@iconify-json/ph": "^1.1.6",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"unplugin-icons": "^0.18.5"
}
}