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 990B

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