🚀 Init
This commit is contained in:
commit
46d260516f
41 changed files with 2813 additions and 0 deletions
18
test/package.json
Normal file
18
test/package.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "test",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^4.1.0",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
"@sudovanilla/netweak-astrojs": "../",
|
||||
"astro": "^5.4.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue