-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.64 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
{
"name": "bookbrain",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@ascorbic/airtable-loader": "^1.0.5",
"@ascorbic/csv-loader": "^2.0.3",
"@ascorbic/mock-loader": "^2.0.2",
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/vue": "^5.1.4",
"@fontsource-variable/dm-sans": "^5.2.5",
"@fontsource-variable/eb-garamond": "^5.2.5",
"@fontsource-variable/gabarito": "^5.2.5",
"@fontsource-variable/inter": "^5.2.5",
"@fontsource/gabarito": "^5.1.0",
"@headlessui/vue": "^1.7.23",
"@iarna/toml": "^2.2.5",
"@nanostores/vue": "^0.11.0",
"@tailwindcss/vite": "^4.0.14",
"@types/node": "^22.7.4",
"@vercel/og": "^0.6.5",
"astro": "^5.16.10",
"astro-color-scheme": "^1.1.5",
"astro-sheet-loader": "^1.0.5",
"dotenv": "^16.4.7",
"google-auth-library": "^9.15.1",
"google-spreadsheet": "^4.1.4",
"googleapis": "^146.0.0",
"nanostores": "^0.11.3",
"notion-astro-loader": "^0.4.0",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.14",
"typescript": "^5.6.2",
"vue": "^3.5.11",
"zod": "^3.24.2"
},
"devDependencies": {
"@iconify-json/tabler": "^1.2.5",
"@tailwindcss/typography": "^0.5.15",
"astro-icon": "^1.1.1",
"vite-plugin-toml": "^0.7.0"
},
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}