Add astro dependencies for build
This commit is contained in:
parent
4ddb323091
commit
5c8594de1e
4 changed files with 2913 additions and 970 deletions
|
@ -1,4 +1,4 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import { defineConfig } from "astro/config";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
|
|
|
@ -10,8 +10,10 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.3.1",
|
||||
"astro": "^3.4.4",
|
||||
"sass": "^1.69.5"
|
||||
"sass": "^1.69.5",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.0.3",
|
||||
|
|
3839
pnpm-lock.yaml
3839
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue