Template
1
0
Fork 0
goth.stack/package.json

30 lines
719 B
JSON
Raw Normal View History

2023-04-20 04:20:00 -06:00
{
"name": "atri-dad",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "node dist/server/entry.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.19.1",
"@astrojs/node": "^5.1.3",
"@astrojs/react": "^2.1.3",
"@astrojs/rss": "^2.4.1",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/tailwind": "^3.1.2",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.4.5",
"daisyui": "^2.51.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.8.0",
"tailwindcss": "^3.3.2"
}
}