-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.19 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
61
62
63
64
65
66
67
{
"name": "flog",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"check": "astro check",
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"fmt": "prettier -w . --cache",
"lint": "eslint . --cache",
"lint:fix": "eslint . --cache --fix",
"prepare": "astro check"
},
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^4.1.0",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^8.0.0",
"@fontsource/geist-mono": "^5.1.0",
"@fontsource/geist-sans": "^5.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@sentry/astro": "^8.43.0",
"@vercel/speed-insights": "^1.1.0",
"astro": "^5.0.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.0.1",
"@eslint-react/eslint-plugin": "^1.19.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"globals": "^15.13.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"sharp": "^0.33.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}