2023-04-15 21:37:12 +02:00
|
|
|
{
|
2023-04-23 19:00:01 +02:00
|
|
|
"name": "simple-wkd-frontend",
|
2023-04-15 21:37:12 +02:00
|
|
|
"type": "module",
|
2023-05-20 23:58:34 +02:00
|
|
|
"version": "1.2.1",
|
2023-04-15 21:37:12 +02:00
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-26 11:36:41 +02:00
|
|
|
"@astrojs/tailwind": "^5.1.2",
|
|
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
|
|
"astro": "^4.16.7",
|
|
|
|
"astro-critters": "^2.2.0",
|
|
|
|
"tailwindcss": "^3.4.14"
|
2023-04-16 11:26:32 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-26 11:36:41 +02:00
|
|
|
"prettier": "^3.3.3",
|
|
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.6.8"
|
2023-04-15 21:37:12 +02:00
|
|
|
}
|
2023-04-16 11:26:32 +02:00
|
|
|
}
|