2021-04-14 16:36:00 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/with-tailwindcss",
|
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
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-09 16:10:25 +00:00
|
|
|
"@astrojs/tailwind": "^1.0.0",
|
2022-08-22 19:46:46 +00:00
|
|
|
"astro": "^1.0.7",
|
2022-05-12 16:42:34 +00:00
|
|
|
"autoprefixer": "^10.4.7",
|
2022-03-18 22:35:45 +00:00
|
|
|
"canvas-confetti": "^1.5.1",
|
2022-05-19 15:22:27 +00:00
|
|
|
"postcss": "^8.4.14",
|
2022-04-20 13:42:31 +00:00
|
|
|
"tailwindcss": "^3.0.24"
|
2021-04-14 16:36:00 +00:00
|
|
|
}
|
|
|
|
}
|