Musical keyboard component written in React.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

95 行
2.3 KiB

  1. {
  2. "version": "1.1.4",
  3. "license": "MIT",
  4. "main": "dist/index.js",
  5. "typings": "dist/index.d.ts",
  6. "repository": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard.git",
  7. "files": [
  8. "dist",
  9. "src"
  10. ],
  11. "private": false,
  12. "publishing": {
  13. "github": {
  14. "repository": "https://github.com/TheoryOfNekomata/react-musical-keyboard.git",
  15. "publishConfig": {
  16. "registry": "https://npm.pkg.github.com"
  17. }
  18. },
  19. "master": {
  20. "repository": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard.git",
  21. "publishConfig": {
  22. "registry": "https://js.pack.modal.sh"
  23. }
  24. },
  25. "npm": {
  26. "publishConfig": {
  27. "registry": "https://registry.npmjs.com"
  28. }
  29. }
  30. },
  31. "engines": {
  32. "node": ">=10"
  33. },
  34. "scripts": {
  35. "start": "tsdx watch",
  36. "build": "tsdx build",
  37. "test": "tsdx test",
  38. "lint": "tsdx lint",
  39. "prepare": "tsdx build",
  40. "storybook": "start-storybook -p 6006",
  41. "build-storybook": "build-storybook"
  42. },
  43. "peerDependencies": {
  44. "react": ">=16",
  45. "mem": "^6.1.0"
  46. },
  47. "husky": {
  48. "hooks": {
  49. "pre-commit": "tsdx lint"
  50. }
  51. },
  52. "name": "@theoryofnekomata/react-musical-keyboard",
  53. "description": "Musical keyboard component written in React.",
  54. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  55. "module": "dist/react-musical-keyboard.esm.js",
  56. "devDependencies": {
  57. "@babel/core": "^7.11.1",
  58. "@storybook/addon-actions": "^5.3.19",
  59. "@storybook/addon-docs": "^5.3.19",
  60. "@storybook/addon-info": "^5.3.19",
  61. "@storybook/addon-links": "^5.3.19",
  62. "@storybook/addons": "^5.3.19",
  63. "@storybook/react": "^5.3.19",
  64. "@types/prop-types": "^15.7.3",
  65. "@types/react": "^16.9.44",
  66. "@types/react-dom": "^16.9.8",
  67. "@types/react-is": "^16.7.1",
  68. "babel-loader": "^8.1.0",
  69. "fast-check": "^2.0.0",
  70. "husky": "^4.2.5",
  71. "prop-types": "^15.7.2",
  72. "react": "^16.13.1",
  73. "react-docgen-typescript-loader": "^3.7.2",
  74. "react-dom": "^16.13.1",
  75. "react-is": "^16.13.1",
  76. "ts-loader": "^8.0.2",
  77. "tsdx": "^0.13.2",
  78. "tslib": "^2.0.0",
  79. "typescript": "^3.9.7",
  80. "mem": "^6.1.0"
  81. },
  82. "keywords": [
  83. "component",
  84. "react",
  85. "piano",
  86. "pianoforte",
  87. "piano-keyboard",
  88. "musical-keyboard",
  89. "music",
  90. "keyboard",
  91. "instrument",
  92. "midi"
  93. ]
  94. }