The frontend component of PuffPastry, meant to interface with the backend, which in turn interfaces with the smart contract.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 796 B

il y a 2 mois
il y a 2 mois
12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "puffpastry",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc -b && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@types/quill": "^2.0.14",
  13. "@vueuse/core": "^11.1.0",
  14. "@vueuse/integrations": "^11.1.0",
  15. "luxon": "^3.5.0",
  16. "pinia": "^2.2.4",
  17. "quill": "^2.0.2",
  18. "universal-cookie": "^7.2.0",
  19. "vue": "^3.4.37",
  20. "vue-router": "^4.4.3",
  21. "vue-tg": "^0.8.0"
  22. },
  23. "devDependencies": {
  24. "@stellar/stellar-sdk": "^12.2.0",
  25. "@types/luxon": "^3.4.2",
  26. "@vitejs/plugin-vue": "^5.1.2",
  27. "autoprefixer": "^10.4.20",
  28. "postcss": "^8.4.45",
  29. "tailwindcss": "^3.4.10",
  30. "typescript": "^5.5.3",
  31. "vite": "^5.4.1",
  32. "vue-tsc": "^2.0.29"
  33. }
  34. }