-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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
{
"name": "coding-kittens",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write . --plugin=prettier-plugin-astro --plugin=prettier-plugin-tailwindcss"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.5",
"@astrojs/react": "^4.1.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@catppuccin/vscode": "^3.13.0",
"@codesandbox/sandpack-react": "^2.13.7",
"@fontsource-variable/montserrat": "^5.0.18",
"@fontsource/barlow-condensed": "^5.0.12",
"@fontsource/oxygen-mono": "^5.0.19",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"astro": "^5.1.5",
"clsx": "^2.1.0",
"lucide-react": "^0.363.0",
"mdast-util-to-string": "^4.0.0",
"react": "^18.2.0",
"react-aria-components": "^1.1.1",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.13.0",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.33.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"shikiji-transformers": "^0.10.2"
}
}