Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 726B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "code-slate",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start"
  9. },
  10. "dependencies": {
  11. "@monaco-editor/react": "^4.1.3",
  12. "@state-designer/react": "^1.7.1",
  13. "@stitches/react": "^0.1.9",
  14. "@types/uuid": "^8.3.0",
  15. "framer-motion": "^4.1.16",
  16. "next": "10.2.0",
  17. "perfect-freehand": "^0.4.7",
  18. "prettier": "^2.3.0",
  19. "react": "17.0.2",
  20. "react-dom": "17.0.2",
  21. "react-feather": "^2.0.9",
  22. "uuid": "^8.3.2"
  23. },
  24. "devDependencies": {
  25. "@types/next": "^9.0.0",
  26. "@types/react": "^17.0.5",
  27. "@types/react-dom": "^17.0.3",
  28. "monaco-editor": "^0.24.0",
  29. "typescript": "^4.2.4"
  30. }
  31. }