newechoes/package.json

35 lines
836 B
JSON

{
"name": "newechoes",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.1.2",
"@astrojs/react": "^4.2.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^8.1.1",
"@tailwindcss/vite": "^4.0.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"astro": "^5.4.2",
"cheerio": "^1.0.0-rc.12",
"echarts": "^5.6.0",
"node-fetch": "^3.3.0",
"octokit": "^3.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-masonry-css": "^1.0.16",
"tailwindcss": "^4.0.9"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"rehype-external-links": "^3.0.0",
"remark-emoji": "^5.0.1"
}
}