newechoes/package.json

37 lines
898 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-28 02:27:42 +08:00
"@astrojs/mdx": "^4.2.2",
"@astrojs/node": "^9.1.3",
"@astrojs/react": "^4.2.2",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/vercel": "^8.1.3",
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-28 02:27:42 +08:00
"@types/three": "^0.174.0",
"astro": "^5.5.5",
2025-03-03 21:16:16 +08:00
"cheerio": "^1.0.0-rc.12",
"node-fetch": "^3.3.0",
"octokit": "^3.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-masonry-css": "^1.0.16",
2025-03-28 02:27:42 +08:00
"tailwindcss": "^4.0.9",
"three": "^0.174.0"
2025-03-03 21:16:16 +08:00
},
"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
}