-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.19 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.19 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
44
45
46
47
48
49
{
"name": "ghall.space",
"type": "module",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check:lint": "eslint --ext .js --ext .ts --ext .astro",
"check:format": "prettier . --check",
"format": "prettier . --write"
},
"dependencies": {
"@alpinejs/persist": "^3.15.1",
"@astrojs/alpinejs": "^0.4.9",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@types/alpinejs": "^3.13.11",
"@types/markdown-it": "^14.1.2",
"alpinejs": "^3.15.0",
"astro": "^5.16.11",
"astro-pagefind": "^1.8.5",
"date-fns": "^4.1.0",
"markdown-it": "^14.1.0",
"pagefind": "^1.4.0",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.4"
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.6",
"@eslint/js": "^9.39.2",
"@types/alpinejs__persist": "^3.13.4",
"bun-types": "1.3.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.5.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.94.2",
"typescript-eslint": "^8.47.0"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.9.3"
}
}