The frontend component of PuffPastry, meant to interface with the backend, which in turn interfaces with the smart contract.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

34 lines
773 B

  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. "quill": "^2.0.2",
  17. "universal-cookie": "^7.2.0",
  18. "vue": "^3.4.37",
  19. "vue-router": "^4.4.3",
  20. "vue-tg": "^0.8.0"
  21. },
  22. "devDependencies": {
  23. "@stellar/stellar-sdk": "^12.2.0",
  24. "@types/luxon": "^3.4.2",
  25. "@vitejs/plugin-vue": "^5.1.2",
  26. "autoprefixer": "^10.4.20",
  27. "postcss": "^8.4.45",
  28. "tailwindcss": "^3.4.10",
  29. "typescript": "^5.5.3",
  30. "vite": "^5.4.1",
  31. "vue-tsc": "^2.0.29"
  32. }
  33. }