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.

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