-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 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
41
42
43
{
"name": "baldbeardedbuilder",
"type": "module",
"version": "9.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"lint": "eslint"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/netlify": "^5.3.5",
"@astrojs/preact": "^3.5.0",
"@astrojs/rss": "^4.0.7",
"@supabase/supabase-js": "^2.46.2",
"astro": "^4.11.4",
"astro-expressive-code": "^0.32.4",
"preact": "^10.19.4",
"tippy.js": "^6.3.7",
"typescript": "^5.6.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@types/qs": "^6.9.17",
"@typescript-eslint/parser": "^8.14.0",
"ap-style-title-case": "^2.0.0",
"eslint": "^9.15.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"hastscript": "^9.0.0",
"node-html-parser": "^6.1.13",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"qs": "^6.13.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0"
}
}