-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.74 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
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
{
"name": "rosnovsky.us",
"version": "7.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"sync": "astro sync",
"format:check": "prettier --plugin-search-dir=. --check .",
"format": "prettier --plugin-search-dir=. --write .",
"cz": "cz",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.1",
"@astrojs/check": "^0.9.4",
"@astrojs/markdoc": "^0.12.4",
"@astrojs/mdx": "4.0.3",
"@astrojs/netlify": "^6.0.1",
"@astrojs/node": "9.0.0",
"@astrojs/prism": "3.2.0",
"@astrojs/rss": "^4.0.10",
"@astrojs/solid-js": "5.0.1",
"@fontsource-variable/fira-code": "^5.0.19",
"@fontsource-variable/inter": "^5.0.20",
"@fontsource-variable/lexend": "^5.0.21",
"@fontsource/atkinson-hyperlegible": "^5.0.21",
"@fontsource/gochi-hand": "^5.0.20",
"@fontsource/mr-dafoe": "^5.0.14",
"@mux/mux-player-react": "^3.2.4",
"@radix-ui/react-slot": "^1.1.2",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.8",
"@tailwindcss/typography": "^0.5.15",
"@types/alpinejs": "^3.13.11",
"@types/react-dom": "^19.0.2",
"alpinejs": "^3.14.8",
"astro": "5.1.1",
"astro-embed": "^0.9.0",
"astro-icon": "^1.1.4",
"astro-mastodon": "^0.3.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fuse.js": "^7.0.0",
"github-slugger": "^2.0.0",
"lucide-react": "^0.484.0",
"mdast-util-to-string": "^4.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"reading-time": "^1.5.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"satori": "^0.12.0",
"swiper": "^11.1.15",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@astrojs/react": "^4.1.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@iconify-json/material-symbols": "^1.2.12",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^19.0.2",
"@typescript-eslint/parser": "^8.18.2",
"astro-eslint-parser": "^1.1.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"sharp": "^0.33.5",
"typescript": "^5.7.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,mdx,json}": [
"prettier --plugin-search-dir=. --write"
]
},
"packageManager": "[email protected]"
}