-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.73 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
{
"name": "nicky-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@expressive-code/plugin-line-numbers": "^0.38.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.7",
"astro-embed": "^0.8.0",
"astro-expressive-code": "^0.38.3",
"astro-font": "^0.1.81",
"astro-icon": "^1.1.1",
"class-variance-authority": "^0.7.0",
"hast-util-select": "^6.0.3",
"katex": "^0.16.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype": "^13.0.2",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@iconify-json/lucide": "^1.2.11",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/katex": "^0.16.7",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-603e6108-20241029",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript-eslint": "^8.12.2",
"vfile": "^6.0.3"
}
}