-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1002 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1002 Bytes
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
{
"name": "grubby-giant",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"start": "bun run ./dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "3.5.1",
"@astrojs/vercel": "8.2.7",
"@fontsource/atkinson-hyperlegible": "^5.2.5",
"@fontsource/instrument-sans": "^5.2.5",
"@tailwindcss/vite": "^4.1.11",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.17.3",
"countup.js": "^2.9.0",
"tailwindcss": "^4.1.11",
"vercel": "^42.3.0"
},
"devDependencies": {
"@chlorinec-pkgs/notion-astro-loader": "^1.1.2",
"@tailwindcss/typography": "^0.5.16",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript": "^5.9.3"
}
}