Ringtone app
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

36 lignes
817 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. "@tesseract-design/viewfinder": "^0.1.1",
  15. "@theoryofnekomata/formxtr": "^0.1.2",
  16. "next": "10.2.0",
  17. "react": "17.0.2",
  18. "react-dom": "17.0.2",
  19. "styled-components": "^5.3.0"
  20. },
  21. "devDependencies": {
  22. "@testing-library/jest-dom": "^5.12.0",
  23. "@testing-library/react": "^11.2.6",
  24. "@types/jest": "^26.0.23",
  25. "@types/node": "^15.0.2",
  26. "@types/react": "^17.0.5",
  27. "@types/styled-components": "^5.1.9",
  28. "cypress": "^7.3.0",
  29. "cypress-dotenv": "^1.2.2",
  30. "dotenv": "^9.0.2",
  31. "jest": "^26.6.3",
  32. "ts-jest": "^26.5.6",
  33. "typescript": "^4.2.4"
  34. }
  35. }