The frontend component of PuffPastry, meant to interface with the backend, which in turn interfaces with the smart contract.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

44 行
1.2 KiB

  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. "genapi": "npx openapi-typescript-codegen --input http://127.0.0.1:7300/openapi.json --output ./src/generated/typescript"
  11. },
  12. "dependencies": {
  13. "@stellar/freighter-api": "^4.1.0",
  14. "@tailwindcss/postcss": "^4.1.11",
  15. "@tailwindcss/vite": "^4.1.11",
  16. "@tiptap/extension-underline": "^3.0.9",
  17. "@tiptap/starter-kit": "^3.0.9",
  18. "@tiptap/vue-3": "^3.0.9",
  19. "@types/turndown": "^5.0.5",
  20. "@vueuse/core": "^13.6.0",
  21. "@vueuse/integrations": "^13.6.0",
  22. "dompurify": "^3.2.6",
  23. "luxon": "^3.7.1",
  24. "marked": "^16.1.2",
  25. "pinia": "^3.0.3",
  26. "turndown": "^7.2.0",
  27. "universal-cookie": "^8.0.1",
  28. "vue": "^3.5.18",
  29. "vue-router": "^4.5.1"
  30. },
  31. "devDependencies": {
  32. "@stellar/stellar-sdk": "^13.3.0",
  33. "@types/luxon": "^3.7.1",
  34. "@vitejs/plugin-vue": "^6.0.1",
  35. "autoprefixer": "^10.4.21",
  36. "postcss": "^8.4.45",
  37. "tailwindcss": "^4.1.11",
  38. "typescript": "^5.9.2",
  39. "vite": "6.3.4",
  40. "vite-plugin-vue-devtools": "^8.0.0",
  41. "vue-tsc": "^3.0.5"
  42. }
  43. }