32 lines
769 B
JSON
32 lines
769 B
JSON
{
|
|
"name": "www",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.4.1",
|
|
"@astrojs/cloudflare": "^9.0.0",
|
|
"@astrojs/mdx": "^2.1.1",
|
|
"@astrojs/node": "^8.2.0",
|
|
"@astrojs/partytown": "^2.0.4",
|
|
"@astrojs/prefetch": "^0.4.1",
|
|
"@astrojs/sitemap": "^3.0.5",
|
|
"@astrojs/svelte": "^5.0.3",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"astro": "^4.4.0",
|
|
"svelte": "^4.2.10",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.71.0"
|
|
}
|
|
}
|