mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-06 09:58:49 +00:00
21 lines
No EOL
418 B
JSON
21 lines
No EOL
418 B
JSON
{
|
|
"name": "homepage",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.2",
|
|
"astro": "^4.13.3",
|
|
"astro-icon": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.77.8",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
} |