Piano notes book, powered by Astro and React.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

34 líneas
851 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. "preview": "astro preview",
  10. "astro": "astro"
  11. },
  12. "dependencies": {
  13. "@astrojs/check": "^0.5.10",
  14. "@astrojs/mdx": "^2.2.4",
  15. "@astrojs/react": "^3.3.1",
  16. "@astrojs/tailwind": "^5.1.0",
  17. "@theoryofnekomata/react-musical-keyboard": "1.0.13",
  18. "@types/react": "^18.3.0",
  19. "@types/react-dom": "^18.3.0",
  20. "astro": "^4.5.16",
  21. "jsdom": "^24.0.0",
  22. "react": "^18.3.0",
  23. "react-dom": "^18.3.0",
  24. "tailwindcss": "^3.4.3",
  25. "typescript": "^5.4.4",
  26. "verovio": "^4.1.0"
  27. },
  28. "devDependencies": {
  29. "@types/jsdom": "^21.1.6",
  30. "@types/node": "^20.12.7",
  31. "@types/verovio": "^3.13.4",
  32. "prop-types": "^15.8.1"
  33. }
  34. }