Skip to content

Commit c7dad15

Browse files
feat: implement template from defined design
1 parent 4b46385 commit c7dad15

5 files changed

Lines changed: 174 additions & 104 deletions

File tree

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@astro-community/astro-embed-twitter": "0.5.11",
2121
"@astrojs/check": "0.9.7",
2222
"@astrojs/mdx": "4.3.14",
23-
"@astrojs/node": "^10.0.4",
23+
"@astrojs/node": "10.0.4",
2424
"@astrojs/react": "5.0.0",
2525
"@astrojs/rss": "4.0.17",
2626
"@astrojs/sitemap": "3.7.1",
2727
"@astrojs/vercel": "10.0.4",
28-
"@bearstudio/astro-assets-generation": "0.1.0",
28+
"@bearstudio/astro-assets-generation": "0.1.2",
2929
"@bearstudio/astro-typed-routes": "0.1.6",
3030
"@bearstudio/lunalink": "0.3.1",
3131
"@fontsource-variable/caveat": "5.2.8",
@@ -85,13 +85,5 @@
8585
"tw-animate-css": "1.3.8",
8686
"typescript": "5.9.3",
8787
"typescript-eslint": "8.43.0"
88-
},
89-
"pnpm": {
90-
"onlyBuiltDependencies": [
91-
"@tailwindcss/oxide",
92-
"esbuild",
93-
"lefthook",
94-
"sharp"
95-
]
9688
}
9789
}

pnpm-lock.yaml

Lines changed: 94 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
packages: []
2+
allowBuilds:
3+
esbuild: true
4+
lefthook: true
5+
sharp: true
6+
'@tailwindcss/oxide': true
60.5 KB
Loading

0 commit comments

Comments
 (0)