Ringtone app
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.
 
 
 

38 lines
892 B

  1. {
  2. "name": "@tonality/app-web",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "test": "jest",
  10. "e2e": "cypress"
  11. },
  12. "dependencies": {
  13. "@auth0/nextjs-auth0": "^1.3.1",
  14. "@theoryofnekomata/formxtra": "^0.2.3",
  15. "@theoryofnekomata/react-musical-keyboard": "^1.1.4",
  16. "@theoryofnekomata/viewfinder": "0.2.4",
  17. "mem": "^8.1.1",
  18. "next": "10.2.0",
  19. "react": "17.0.2",
  20. "react-dom": "17.0.2",
  21. "styled-components": "^5.3.0"
  22. },
  23. "devDependencies": {
  24. "@testing-library/jest-dom": "^5.12.0",
  25. "@testing-library/react": "^11.2.6",
  26. "@types/jest": "^26.0.23",
  27. "@types/node": "^15.0.2",
  28. "@types/react": "^17.0.5",
  29. "@types/styled-components": "^5.1.9",
  30. "cypress": "^7.3.0",
  31. "cypress-dotenv": "^1.2.2",
  32. "dotenv": "^9.0.2",
  33. "jest": "^26.6.3",
  34. "ts-jest": "^26.5.6",
  35. "typescript": "^4.2.4"
  36. }
  37. }