links/package.json

31 lines
710 B
JSON
Raw Normal View History

2023-01-06 20:10:00 +01:00
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-04-01 11:21:00 +02:00
"@astrojs/image": "^0.16.4",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^3.1.1",
"astro": "^2.1.9",
"astro-compress": "^1.1.35",
"astro-robots-txt": "^0.4.1",
2023-01-06 20:38:58 +01:00
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
2023-04-01 11:21:00 +02:00
"postcss": "^8.4.21",
2023-01-06 20:14:29 +01:00
"tailwindcss": "^3.2.4"
2023-01-06 22:12:31 +01:00
},
"devDependencies": {
2023-04-01 11:21:00 +02:00
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.6"
2023-01-06 20:10:00 +01:00
}
}