Files
feynman/website/package.json
2026-03-24 12:15:30 -07:00

18 lines
378 B
JSON

{
"name": "feynman-website",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "node ../scripts/sync-website-installers.mjs && astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.7.0",
"@astrojs/tailwind": "^6.0.2",
"tailwindcss": "^3.4.0",
"sharp": "^0.33.0"
}
}