Piano notes book, powered by Astro and React.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

32 行
766 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.1.1",
  16. "@astrojs/tailwind": "^5.1.0",
  17. "@types/react": "^18.2.74",
  18. "@types/react-dom": "^18.2.24",
  19. "astro": "^4.5.16",
  20. "jsdom": "^24.0.0",
  21. "react": "^18.2.0",
  22. "react-dom": "^18.2.0",
  23. "tailwindcss": "^3.4.3",
  24. "typescript": "^5.4.4",
  25. "verovio": "^4.1.0"
  26. },
  27. "devDependencies": {
  28. "@types/jsdom": "^21.1.6",
  29. "@types/node": "^20.12.7",
  30. "@types/verovio": "^3.13.4"
  31. }
  32. }