Initial commit: сайт-блог генеалога на Astro
This commit is contained in:
commit
6cfcc2f18f
42 changed files with 5738 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "genealogist-site",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"description": "Сайт генеалога: блог, услуги, портфолио",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^7.0.0",
|
||||
"@astrojs/rss": "^4.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue