website/package.json

30 lines
694 B
JSON
Raw Normal View History

2022-12-04 14:46:22 +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": {
"@astrojs/image": "^0.12.0",
"@astrojs/prefetch": "^0.1.1",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
2023-01-03 15:12:51 +01:00
"@tailwindcss/typography": "^0.5.8",
2022-12-04 14:46:22 +01:00
"astro": "^1.6.12",
"astro-compress": "^1.1.17",
2023-01-02 17:34:19 +01:00
"astro-robots-txt": "^0.3.10",
2022-12-31 18:47:20 +01:00
"fireworks-js": "^2.10.0",
"html-minifier": "^4.0.0",
2022-12-04 14:46:22 +01:00
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@types/html-minifier": "^4.0.2"
2022-12-04 14:46:22 +01:00
}
}