Piano notes book, powered by Astro and React.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

40 line
1010 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/react": "^3.3.1",
  17. "@astrojs/tailwind": "^5.1.0",
  18. "@theoryofnekomata/react-musical-keyboard": "1.0.13",
  19. "@types/react": "^18.3.1",
  20. "@types/react-dom": "^18.3.0",
  21. "astro": "^4.5.16",
  22. "jsdom": "^24.0.0",
  23. "react": "^18.3.1",
  24. "react-dom": "^18.3.1",
  25. "tailwindcss": "^3.4.3",
  26. "typescript": "^5.4.4",
  27. "verovio": "^4.1.0"
  28. },
  29. "devDependencies": {
  30. "@types/archiver": "^6.0.2",
  31. "@types/jsdom": "^21.1.6",
  32. "@types/node": "^20.12.7",
  33. "@types/verovio": "^3.13.4",
  34. "archiver": "^7.0.1",
  35. "astro-auto-import": "^0.4.2",
  36. "prop-types": "^15.8.1",
  37. "tsx": "^4.7.2"
  38. }
  39. }