-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·46 lines (46 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
45
46
{
"name": "northendlab-light-astro",
"version": "2.0.1",
"author": "Themefisher",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"format": "prettier -w ."
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/rss": "^4.0.9",
"astro": "^4.16.9",
"astro-auto-import": "^0.4.4",
"astro-font": "^0.1.81",
"date-fns": "^4.1.0",
"fuse.js": "^7.0.0",
"marked": "^14.1.3",
"react-icons": "^5.3.0",
"react-lite-youtube-embed": "^2.4.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0"
},
"devDependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/github-slugger": "^1.3.0",
"@types/marked": "^5.0.2",
"@types/react": "^18.3.12",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.80.6",
"sharp": "0.33.5",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.14",
"typescript": "5.6.3"
}
}