oliverdavies.uk/package.json

38 lines
955 B
JSON
Raw Normal View History

2022-10-07 08:14:10 +00: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-09 07:52:36 +00:00
"@astrojs/alpinejs": "^0.2.1",
"@astrojs/mdx": "^0.18.3",
"@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.2",
"@astrojs/tailwind": "^3.1.1",
2022-10-07 08:14:10 +00:00
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
2023-01-30 23:25:35 +00:00
"@tailwindcss/typography": "^0.5.8",
2022-10-07 08:14:10 +00:00
"@types/alpinejs": "^3.0.0",
"alpinejs": "^3.0.0",
2023-04-09 07:52:36 +00:00
"astro": "^2.2.1",
"date-fns": "^2.29.3",
2022-10-07 08:14:10 +00:00
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
2023-01-30 23:25:35 +00:00
"octokit": "^2.0.14",
2022-10-07 08:14:10 +00:00
"postcss-import": "^15.0.0",
"sanitize-html": "^2.10.0",
2022-10-07 08:14:10 +00:00
"tailwindcss": "^3.0.24"
2023-01-08 21:16:47 +00:00
},
"devDependencies": {
"@types/lodash": "^4.14.191"
2022-10-07 08:14:10 +00:00
}
}