|
12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "puffpastry",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vue-tsc -b && vite build",
- "preview": "vite preview",
- "genapi": "npx openapi-typescript-codegen --input http://127.0.0.1:7300/openapi.json --output ./src/generated/typescript"
- },
- "dependencies": {
- "@stellar/freighter-api": "^4.1.0",
- "@tailwindcss/postcss": "^4.1.11",
- "@tailwindcss/vite": "^4.1.11",
- "@tiptap/extension-underline": "^3.0.9",
- "@tiptap/starter-kit": "^3.0.9",
- "@tiptap/vue-3": "^3.0.9",
- "@types/turndown": "^5.0.5",
- "@vueuse/core": "^13.6.0",
- "@vueuse/integrations": "^13.6.0",
- "dompurify": "^3.2.6",
- "luxon": "^3.7.1",
- "marked": "^16.1.2",
- "pinia": "^3.0.3",
- "turndown": "^7.2.0",
- "universal-cookie": "^8.0.1",
- "vue": "^3.5.18",
- "vue-router": "^4.5.1"
- },
- "devDependencies": {
- "@stellar/stellar-sdk": "^13.3.0",
- "@types/luxon": "^3.7.1",
- "@vitejs/plugin-vue": "^6.0.1",
- "autoprefixer": "^10.4.21",
- "postcss": "^8.4.45",
- "tailwindcss": "^4.1.11",
- "typescript": "^5.9.2",
- "vite": "6.3.4",
- "vite-plugin-vue-devtools": "^8.0.0",
- "vue-tsc": "^3.0.5"
- }
- }
|