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.

42 lines
1.3 KiB

  1. {
  2. "private": true,
  3. "type": "module",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "tsc && vite build"
  7. },
  8. "devDependencies": {
  9. "@headlessui/react": "^1.4.2",
  10. "@inertiajs/react": "^1.0.0",
  11. "@tailwindcss/forms": "^0.5.3",
  12. "@tailwindcss/typography": "^0.5.13",
  13. "@types/node": "^18.13.0",
  14. "@types/react": "^18.0.28",
  15. "@types/react-dom": "^18.0.10",
  16. "@vitejs/plugin-react": "^4.2.0",
  17. "autoprefixer": "^10.4.12",
  18. "axios": "^1.6.4",
  19. "daisyui": "^4.12.2",
  20. "laravel-vite-plugin": "^1.0",
  21. "postcss": "^8.4.31",
  22. "react": "^18.2.0",
  23. "react-dom": "^18.2.0",
  24. "tailwindcss": "^3.2.1",
  25. "typescript": "^5.0.2",
  26. "vite": "^5.0"
  27. },
  28. "dependencies": {
  29. "@ckeditor/ckeditor5-react": "^7.0.0",
  30. "@codemirror/lang-html": "^6.4.9",
  31. "@codemirror/lang-javascript": "^6.2.2",
  32. "@codemirror/lang-php": "^6.0.1",
  33. "@uiw/react-codemirror": "^4.22.2",
  34. "ckeditor5-build-classic": "^1.0.0",
  35. "codemirror": "^5.65.16",
  36. "dayjs": "^1.11.11",
  37. "feather-icons-react": "^0.7.0",
  38. "react-codemirror2": "^8.0.0",
  39. "react-feather": "^2.0.10",
  40. "react-quill": "^2.0.0"
  41. }
  42. }