regit-cli
Version:
git helper cli
27 lines (26 loc) • 705 B
JSON
{
"name": "stalight",
"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.4.1",
"@astrojs/react": "^3.0.9",
"@astrojs/starlight": "^0.15.3",
"@gitgraph/react": "^1.6.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"astro": "^4.0.1",
"react": "^18.2.0",
"react-animated-term": "^2.0.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.5",
"typescript": "^5.3.3"
}
}