mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-05 18:18:46 +00:00
24 lines
No EOL
509 B
JSON
24 lines
No EOL
509 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.4",
|
|
"@astrojs/mdx": "^4.3.0",
|
|
"astro": "^5.10.0",
|
|
"astro-icon": "^1.1.1",
|
|
"reveal.js": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/reveal.js": "^5.0.3",
|
|
"sass": "^1.77.8",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
} |