26 lines
597 B
JSON
26 lines
597 B
JSON
{
|
|
"name": "juozas-auto",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"start": "astro preview --host 0.0.0.0 --port ${PORT:-4321}",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/sitemap": "3.2.1",
|
|
"@astrojs/tailwind": "^5.1.2",
|
|
"@fontsource/geist-sans": "^5.1.0",
|
|
"astro": "^4.16.18",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"vitest": "^2.1.8"
|
|
}
|
|
}
|