-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.63 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.63 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
50
51
52
53
54
55
{
"name": "hacklab-web",
"type": "module",
"version": "1.0.2",
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "astro dev",
"build": "node generate-ics.cjs && astro build",
"start": "node dist/server/entry.mjs",
"preview": "astro preview",
"astro": "astro",
"postbuild": "pagefind --site dist",
"generate-ics": "node generate-ics.cjs"
},
"dependencies": {
"@astrojs/mdx": "^4.2.0",
"@astrojs/netlify": "^6.3.0",
"@astrojs/react": "^4.2.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@fontsource/geist": "^5.2.5",
"@fontsource/geist-mono": "^5.2.5",
"@fullcalendar/core": "^6.1.17",
"@fullcalendar/daygrid": "^6.1.17",
"@fullcalendar/interaction": "^6.1.17",
"@fullcalendar/list": "^6.1.17",
"@fullcalendar/timegrid": "^6.1.17",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/simple-icons": "^1.2.18",
"@iconify/utils": "^2.2.1",
"@shikijs/themes": "^1.26.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"astro": "^5.5.2",
"astro-expressive-code": "^0.38.3",
"fullcalendar": "^6.1.17",
"ics": "^3.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@astrojs/node": "^9.2.0",
"@astrojs/ts-plugin": "^1.10.4",
"@biomejs/biome": "1.9.4",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"eslint": "^9.25.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"pagefind": "^1.3.0",
"shiki": "^1.26.1"
}
}