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-05-02 23:47:55 +08:00
|
|
|
"@astrojs/mdx": "^4.2.5",
|
|
|
|
"@astrojs/node": "^9.2.1",
|
|
|
|
"@astrojs/react": "^4.2.5",
|
|
|
|
"@astrojs/vercel": "^8.1.4",
|
2025-04-25 00:01:44 +08:00
|
|
|
"@astrolib/seo": "^1.0.0-beta.8",
|
2025-05-02 23:47:55 +08:00
|
|
|
"@mermaid-js/mermaid-cli": "^11.4.2",
|
2025-05-09 17:28:09 +08:00
|
|
|
"@swup/fragment-plugin": "^1.1.1",
|
2025-05-12 22:13:30 +08:00
|
|
|
"@swup/head-plugin": "^2.3.1",
|
|
|
|
"@swup/preload-plugin": "^3.2.11",
|
|
|
|
"@swup/progress-plugin": "^3.2.0",
|
2025-05-13 12:26:58 +08:00
|
|
|
"@swup/scripts-plugin": "^2.1.0",
|
2025-04-19 11:43:47 +08:00
|
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
|
|
"@types/react": "^19.1.2",
|
2025-05-02 23:47:55 +08:00
|
|
|
"@types/three": "^0.176.0",
|
|
|
|
"astro": "^5.7.5",
|
2025-04-19 11:43:47 +08:00
|
|
|
"cheerio": "^1.0.0",
|
2025-05-03 19:50:03 +08:00
|
|
|
"mermaid": "^11.6.0",
|
2025-04-19 11:43:47 +08:00
|
|
|
"node-fetch": "^3.3.2",
|
2025-05-02 23:47:55 +08:00
|
|
|
"octokit": "^4.1.3",
|
2025-04-19 11:43:47 +08:00
|
|
|
"react": "^19.1.0",
|
2025-03-03 21:16:16 +08:00
|
|
|
"react-masonry-css": "^1.0.16",
|
2025-05-09 17:28:09 +08:00
|
|
|
"swup": "^4.8.2",
|
2025-04-19 11:43:47 +08:00
|
|
|
"tailwindcss": "^4.1.4",
|
2025-05-02 23:47:55 +08:00
|
|
|
"three": "^0.176.0"
|
2025-03-03 21:16:16 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
2025-04-25 00:01:44 +08:00
|
|
|
"astro-compressor": "^1.0.0",
|
2025-05-09 17:28:09 +08:00
|
|
|
"rehype-external-links": "^3.0.0"
|
2025-02-24 16:18:36 +08:00
|
|
|
}
|
2025-03-03 21:16:16 +08:00
|
|
|
}
|