2021-04-14 16:36:00 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/with-tailwindcss",
|
2022-09-13 19:02:57 +00:00
|
|
|
"type": "module",
|
2021-04-30 21:33:35 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
2021-04-14 16:36:00 +00:00
|
|
|
"scripts": {
|
2021-08-19 05:07:08 +00:00
|
|
|
"dev": "astro dev",
|
2021-04-30 21:33:35 +00:00
|
|
|
"start": "astro dev",
|
2021-08-26 19:08:52 +00:00
|
|
|
"build": "astro build",
|
2022-08-06 04:36:23 +00:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2021-04-14 16:36:00 +00:00
|
|
|
},
|
2022-08-31 20:17:15 +00:00
|
|
|
"dependencies": {
|
2023-06-13 20:55:58 +00:00
|
|
|
"@astrojs/mdx": "^0.19.7",
|
2023-06-19 15:36:45 +00:00
|
|
|
"@astrojs/tailwind": "^4.0.0",
|
2023-05-05 11:09:38 +00:00
|
|
|
"@types/canvas-confetti": "^1.6.0",
|
2023-07-24 09:09:11 +00:00
|
|
|
"astro": "^2.9.2",
|
2023-04-28 13:21:47 +00:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-05-05 11:09:38 +00:00
|
|
|
"canvas-confetti": "^1.6.0",
|
2023-06-21 13:09:49 +00:00
|
|
|
"postcss": "^8.4.24",
|
2023-04-28 13:21:47 +00:00
|
|
|
"tailwindcss": "^3.3.2"
|
2021-04-14 16:36:00 +00:00
|
|
|
}
|
|
|
|
}
|