You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
745 B

{
"name": "astro-template-portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@fontsource/open-sans": "^5.0.12",
"astro": "^3.1.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "0.8.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@typescript-eslint/parser": "5.59.7",
"eslint": "8.41.0",
"eslint-plugin-astro": "0.27.1",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.9.0",
"prettier-plugin-tailwindcss": "0.3.0"
}
}