24 lines
510 B
JSON
24 lines
510 B
JSON
{
|
|
"name": "laforceit-blog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "latest",
|
|
"@astrojs/mdx": "latest",
|
|
"@astrojs/rss": "latest",
|
|
"@astrojs/sitemap": "latest",
|
|
"@astrojs/tailwind": "latest",
|
|
"astro": "latest",
|
|
"tailwindcss": "^3.0.24"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.16"
|
|
}
|
|
}
|