-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "studiocms-dot-dev",
"version": "0.0.1",
"type": "module",
"packageManager": "pnpm@9.5.0",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"ci:install": "pnpm install --frozen-lockfile"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/rss": "^4.0.9",
"@biomejs/biome": "^1.9.4",
"@fontsource-variable/onest": "^5.1.0",
"@iconify-json/heroicons": "^1.2.1",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.16.14",
"astro-icon": "^1.1.2",
"html-entities": "^2.5.2",
"motion": "^11.11.17",
"satori": "^0.12.0",
"satori-html": "^0.3.2",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.15",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar": "^3.1.0",
"typescript": "^5.6.3"
}
}