package.json 350 B

1234567891011121314151617
  1. {
  2. "name": "@example/view-transitions",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "dev": "astro dev",
  7. "start": "astro dev",
  8. "build": "astro build",
  9. "preview": "astro preview",
  10. "astro": "astro"
  11. },
  12. "devDependencies": {
  13. "@astrojs/tailwind": "^5.1.0",
  14. "@astrojs/node": "^8.2.0",
  15. "astro": "^4.4.0"
  16. }
  17. }