Musical keyboard component written in React.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
428 B

  1. {
  2. "private": true,
  3. "dependencies": {
  4. "parcel": "^1.12.4"
  5. },
  6. "scripts": {
  7. "start": "parcel index.html",
  8. "build": "parcel build index.html -d ../docs --public-url ./"
  9. },
  10. "alias": {
  11. "react": "../node_modules/react",
  12. "react-dom": "../node_modules/react-dom/profiling",
  13. "scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
  14. },
  15. "browserslist": [
  16. "last 2 Chrome versions"
  17. ]
  18. }