-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "bitbetter-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.3",
"@astrojs/mdx": "^3.1.7",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/tailwind": "^5.1.1",
"@fontsource-variable/space-grotesk": "^5.1.0",
"@fontsource/ibm-plex-sans": "^5.1.0",
"@phosphor-icons/core": "^2.1.1",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.15.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"vite-plugin-svgr": "^4.2.0"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,astro,css,md}": "prettier --write"
}
}