mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-10-30 05:05:52 +01:00
19 lines
390 B
JSON
19 lines
390 B
JSON
|
{
|
||
|
"name": "",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"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"
|
||
|
}
|
||
|
}
|