oliverdavies.uk/package.json

39 lines
989 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-10-24 07:52:40 +00:00
"@astrojs/mdx": "^1.1.2",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.2",
"@astrojs/tailwind": "^5.0.2",
2022-10-07 08:14:10 +00:00
"@tailwindcss/aspect-ratio": "^0.4.2",
2023-10-24 07:52:40 +00:00
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.3.3",
"date-fns": "^2.30.0",
2022-10-07 08:14:10 +00:00
"lodash": "^4.17.21",
2023-10-24 07:52:40 +00:00
"markdown-it": "^13.0.2",
"octokit": "^3.1.1",
"postcss-import": "^15.1.0",
"sanitize-html": "^2.11.0",
"tailwindcss": "^3.3.3"
2023-01-08 21:16:47 +00:00
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2",
2023-10-24 07:52:40 +00:00
"@types/lodash": "^4.14.200",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"rustywind": "^0.20.0"
2022-10-07 08:14:10 +00:00
}
}