Piano notes book, powered by Astro and React.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 

33 строки
773 B

  1. {
  2. "name": "piano-notes-book",
  3. "type": "module",
  4. "version": "0.0.1",
  5. "scripts": {
  6. "dev": "astro dev",
  7. "start": "astro dev",
  8. "build": "astro check && astro build",
  9. "epubify": "tsx ./scripts/epubify.ts",
  10. "preview": "astro preview",
  11. "astro": "astro"
  12. },
  13. "dependencies": {
  14. "@astrojs/check": "^0.5.10",
  15. "@astrojs/mdx": "^2.2.4",
  16. "@astrojs/tailwind": "^5.1.0",
  17. "astro": "^4.5.16",
  18. "jsdom": "^24.0.0",
  19. "tailwindcss": "^3.4.3",
  20. "typescript": "^5.4.4",
  21. "verovio": "^4.1.0"
  22. },
  23. "devDependencies": {
  24. "@types/archiver": "^6.0.2",
  25. "@types/jsdom": "^21.1.6",
  26. "@types/node": "^20.12.7",
  27. "@types/verovio": "^3.13.4",
  28. "archiver": "^7.0.1",
  29. "astro-auto-import": "^0.4.2",
  30. "tsx": "^4.7.2"
  31. }
  32. }