website/package.json

34 lines
932 B
JSON
Raw Normal View History

2022-12-04 14:46:22 +01:00
{
2023-01-04 12:15:08 +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-02-23 19:15:27 +01:00
"@astrojs/image": "^0.15.0",
"@astrojs/prefetch": "^0.1.2",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^3.0.1",
2023-01-04 12:15:08 +01:00
"@tailwindcss/typography": "^0.5.8",
2023-02-23 19:15:27 +01:00
"astro": "^2.0.14",
"astro-compress": "^1.1.33",
"astro-robots-txt": "^0.4.0",
2023-01-04 12:15:08 +01:00
"fireworks-js": "^2.10.0",
"html-minifier": "^4.0.0",
2023-02-23 19:15:27 +01:00
"tailwind": "^4.0.0",
2023-01-04 12:15:08 +01:00
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@types/html-minifier": "^4.0.2",
"prettier": "2.8.1",
"prettier-plugin-astro": "^0.7.2",
2023-01-04 12:15:08 +01:00
"prettier-plugin-tailwindcss": "^0.2.1"
}
2022-12-04 14:46:22 +01:00
}