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.

package.json 947B

12345678910111213141516171819202122232425262728293031323334353637
  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-dropdown-menu": "^0.0.19",
  13. "@radix-ui/react-icons": "^1.0.3",
  14. "@radix-ui/react-radio-group": "^0.0.16",
  15. "@state-designer/react": "^1.7.1",
  16. "@stitches/react": "^0.1.9",
  17. "framer-motion": "^4.1.16",
  18. "ismobilejs": "^1.1.1",
  19. "next": "10.2.0",
  20. "perfect-freehand": "^0.4.8",
  21. "prettier": "^2.3.0",
  22. "react": "17.0.2",
  23. "react-dom": "17.0.2",
  24. "react-feather": "^2.0.9",
  25. "react-use-gesture": "^9.1.3",
  26. "uuid": "^8.3.2"
  27. },
  28. "devDependencies": {
  29. "@types/next": "^9.0.0",
  30. "@types/react": "^17.0.5",
  31. "@types/react-dom": "^17.0.3",
  32. "@types/uuid": "^8.3.0",
  33. "cypress": "^7.3.0",
  34. "monaco-editor": "^0.24.0",
  35. "typescript": "^4.2.4"
  36. }
  37. }