Musical keyboard component written in 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.
 
 
 
 

85 lines
2.2 KiB

  1. {
  2. "version": "1.0.11",
  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. "name": "@temoto-kun/react-musical-keyboard",
  15. "repository": "https://github.com/Temoto-kun/react-musical-keyboard.git",
  16. "publishConfig": {
  17. "registry": "https://npm.pkg.github.com"
  18. }
  19. },
  20. "master": {
  21. "name": "@theoryofnekomata/react-musical-keyboard",
  22. "repository": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard.git",
  23. "publishConfig": {
  24. "registry": "https://js.pack.modal.sh"
  25. }
  26. },
  27. "npm": {
  28. "publishConfig": {
  29. "registry": "https://registry.npmjs.com"
  30. }
  31. }
  32. },
  33. "engines": {
  34. "node": ">=10"
  35. },
  36. "scripts": {
  37. "start": "tsdx watch",
  38. "build": "tsdx build",
  39. "test": "tsdx test",
  40. "lint": "tsdx lint",
  41. "prepare": "tsdx build",
  42. "storybook": "start-storybook -p 6006",
  43. "build-storybook": "build-storybook"
  44. },
  45. "peerDependencies": {
  46. "react": ">=16",
  47. "mem": "^6.1.0"
  48. },
  49. "husky": {
  50. "hooks": {
  51. "pre-commit": "tsdx lint"
  52. }
  53. },
  54. "name": "@theoryofnekomata/react-musical-keyboard",
  55. "description": "Musical keyboard component written in React.",
  56. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  57. "module": "dist/react-musical-keyboard.esm.js",
  58. "devDependencies": {
  59. "@babel/core": "^7.11.1",
  60. "@storybook/addon-actions": "^5.3.19",
  61. "@storybook/addon-docs": "^5.3.19",
  62. "@storybook/addon-info": "^5.3.19",
  63. "@storybook/addon-links": "^5.3.19",
  64. "@storybook/addons": "^5.3.19",
  65. "@storybook/react": "^5.3.19",
  66. "@types/prop-types": "^15.7.3",
  67. "@types/react": "^16.9.44",
  68. "@types/react-dom": "^16.9.8",
  69. "@types/react-is": "^16.7.1",
  70. "babel-loader": "^8.1.0",
  71. "fast-check": "^2.0.0",
  72. "husky": "^4.2.5",
  73. "prop-types": "^15.7.2",
  74. "react": "^16.13.1",
  75. "react-docgen-typescript-loader": "^3.7.2",
  76. "react-dom": "^16.13.1",
  77. "react-is": "^16.13.1",
  78. "ts-loader": "^8.0.2",
  79. "tsdx": "^0.13.2",
  80. "tslib": "^2.0.0",
  81. "typescript": "^3.9.7",
  82. "mem": "^6.1.0"
  83. }
  84. }