newechoes/package.json

38 lines
920 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": {
"@astrojs/mdx": "^4.2.4",
"@astrojs/node": "^9.2.0",
"@astrojs/react": "^4.2.4",
2025-03-28 02:27:42 +08:00
"@astrojs/sitemap": "^3.3.0",
"@astrojs/vercel": "^8.1.3",
"@swup/astro": "^1.6.0",
"@tailwindcss/vite": "^4.1.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
2025-03-28 02:27:42 +08:00
"@types/three": "^0.174.0",
"astro": "^5.7.4",
"cheerio": "^1.0.0",
"node-fetch": "^3.3.2",
"octokit": "^3.2.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
2025-03-03 21:16:16 +08:00
"react-masonry-css": "^1.0.16",
"tailwindcss": "^4.1.4",
2025-03-28 02:27:42 +08:00
"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
}