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

package.json 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "@radix-ui/react-checkbox": "^0.0.15",
  13. "@radix-ui/react-context-menu": "^0.0.19",
  14. "@radix-ui/react-dialog": "^0.0.17",
  15. "@radix-ui/react-dropdown-menu": "^0.0.19",
  16. "@radix-ui/react-icons": "^1.0.3",
  17. "@radix-ui/react-radio-group": "^0.0.16",
  18. "@radix-ui/react-tooltip": "^0.0.18",
  19. "@state-designer/react": "^1.7.3",
  20. "@stitches/react": "^0.1.9",
  21. "browser-fs-access": "^0.17.3",
  22. "framer-motion": "^4.1.16",
  23. "ismobilejs": "^1.1.1",
  24. "next": "10.2.0",
  25. "next-pwa": "^5.2.21",
  26. "perfect-freehand": "^0.4.8",
  27. "prettier": "^2.3.0",
  28. "react": "17.0.2",
  29. "react-dom": "17.0.2",
  30. "react-feather": "^2.0.9",
  31. "react-use-gesture": "^9.1.3",
  32. "uuid": "^8.3.2"
  33. },
  34. "devDependencies": {
  35. "@types/next": "^9.0.0",
  36. "@types/react": "^17.0.5",
  37. "@types/react-dom": "^17.0.3",
  38. "@types/uuid": "^8.3.0",
  39. "cypress": "^7.3.0",
  40. "monaco-editor": "^0.24.0",
  41. "typescript": "^4.2.4"
  42. }
  43. }