-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "bitbetter-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && node scripts/carbon-badge.mjs patch",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky",
"check": "astro check"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.10",
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.1",
"@fontsource-variable/space-grotesk": "^5.2.10",
"@fontsource/ibm-plex-sans": "^5.2.8",
"@phosphor-icons/core": "^2.1.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.9",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"vite-plugin-svgr": "^4.5.0"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,astro,css,md}": "prettier --write"
}
}