mirror of
https://github.com/rjNemo/orbital-orbit
synced 2026-06-06 09:26:39 +00:00
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"name": "orbital-orbit",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"astro": "^5.1.1",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-astro": "^0.14.1"
|
|
}
|
|
}
|