-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.58 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.58 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "bearstudio-site",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"pretty": "prettier --write .",
"lint": "run-p lint:*",
"lint:astro": "astro check",
"lint:eslint": "eslint ./src --fix",
"lint:ts": "tsc --noEmit"
},
"dependencies": {
"@astro-community/astro-embed-twitter": "0.5.11",
"@astrojs/check": "0.9.7",
"@astrojs/mdx": "4.3.14",
"@astrojs/react": "5.0.0",
"@astrojs/rss": "4.0.17",
"@astrojs/sitemap": "3.7.1",
"@bearstudio/astro-typed-routes": "0.1.6",
"@bearstudio/lunalink": "0.3.1",
"@fontsource-variable/caveat": "5.2.8",
"@fontsource-variable/inter": "5.2.8",
"@fontsource-variable/roboto-slab": "5.2.8",
"@tailwindcss/vite": "4.1.18",
"@vercel/analytics": "2.0.1",
"@vercel/config": "0.0.28",
"astro": "6.0.1",
"astro-robots-txt": "1.0.0",
"astro-seo": "1.1.0",
"astro-seo-schema": "5.1.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"dayjs": "1.11.19",
"embla-carousel-react": "8.6.0",
"embla-carousel-wheel-gestures": "8.1.0",
"hast-util-to-text": "4.0.2",
"motion": "12.34.0",
"photoswipe": "5.4.4",
"radix-ui": "1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "5.5.0",
"remark-gfm": "4.0.1",
"remark-mdx": "3.1.1",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.2",
"remeda": "2.33.6",
"sharp": "0.34.5",
"tailwind-merge": "3.4.0",
"tailwindcss": "4.1.18",
"ts-pattern": "5.9.0",
"unified": "11.0.5",
"unist-util-visit": "5.1.0",
"vaul": "1.1.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "1.53.0",
"@eslint/js": "9.35.0",
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"@tailwindcss/typography": "0.5.16",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.1",
"@types/unist": "3.0.3",
"eslint": "9.35.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-sonarjs": "3.0.5",
"eslint-plugin-unicorn": "61.0.2",
"globals": "16.4.0",
"lefthook": "1.12.4",
"npm-run-all": "4.1.5",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.14",
"tw-animate-css": "1.3.8",
"typescript": "5.9.3",
"typescript-eslint": "8.43.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"lefthook",
"sharp"
]
}
}