newechoes/package.json

35 lines
836 B
JSON
Raw Normal View History

2025-02-24 16:18:36 +08:00
{
"name": "newechoes",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2025-03-03 21:16:16 +08:00
"@astrojs/node": "^9.1.2",
2025-03-08 18:16:42 +08:00
"@astrojs/react": "^4.2.1",
"@astrojs/sitemap": "^3.2.1",
2025-03-09 14:37:44 +08:00
"@astrojs/vercel": "^8.1.1",
2025-03-03 21:16:16 +08:00
"@tailwindcss/vite": "^4.0.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
2025-03-08 18:16:42 +08:00
"astro": "^5.4.2",
2025-03-03 21:16:16 +08:00
"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"
2025-02-24 16:18:36 +08:00
}
2025-03-03 21:16:16 +08:00
}