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": {
|
|
|
|
"@astrojs/tailwind": "^3.1.1",
|
|
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
|
|
"astro": "^2.3.0",
|
|
|
|
"astro-critters": "^1.1.31",
|
|
|
|
"tailwindcss": "^3.0.24"
|
2023-04-16 11:26:32 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "^2.8.7",
|
|
|
|
"prettier-plugin-astro": "^0.8.0",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.2.7"
|
2023-04-15 21:37:12 +02:00
|
|
|
}
|
2023-04-16 11:26:32 +02:00
|
|
|
}
|