website/package.json
2023-01-04 12:15:08 +01:00

32 lines
903 B
JSON

{
"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": {
"@astrojs/image": "^0.12.0",
"@astrojs/prefetch": "^0.1.1",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@tailwindcss/typography": "^0.5.8",
"astro": "^1.6.12",
"astro-compress": "^1.1.17",
"astro-robots-txt": "^0.3.10",
"fireworks-js": "^2.10.0",
"html-minifier": "^4.0.0",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@types/html-minifier": "^4.0.2",
"prettier": "2.8.1",
"prettier-plugin-astro": "^0.7.1",
"prettier-plugin-tailwindcss": "^0.2.1"
}
}