-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·56 lines (56 loc) · 1.51 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
{
"name": "northendlab-light-astro",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"format": "prettier -w ."
},
"dependencies": {
"@astrojs/markdown-remark": "^5.1.0",
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.4",
"@vercel/speed-insights": "^1.0.10",
"astro": "^4.3.2",
"astro-auto-import": "^0.4.2",
"astro-font": "^0.0.77",
"autoprefixer": "^10.4.19",
"date-fns": "^3.3.1",
"fuse.js": "^7.0.0",
"github-slugger": "^2.0.0",
"marked": "^12.0.0",
"mermaid": "^10.9.0",
"next": "^14.2.2",
"node-fetch": "^3.3.2",
"react-icons": "^5.0.1",
"react-lite-youtube-embed": "^2.4.0",
"rehype-katex": "^7.0.0",
"remark-collapse": "^0.1.2",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"ts-dedent": "^2.2.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@astrojs/react": "^3.0.9",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/github-slugger": "^1.3.0",
"@types/marked": "^5.0.2",
"@types/react": "^18.2.52",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"sharp": "0.33.1",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
}
}