Files
2023-06-26 23:56:14 +02:00

22 lines
436 B
JSON

{
"name": "notion-widgets",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.17.0",
"@astrojs/tailwind": "^4.0.0",
"astro": "^2.7.0",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9"
}
}