@swap-coffee/ui-sdk
Version:
User Interface SDK of swap.coffee DEX aggregator for integration in web applications
70 lines (69 loc) • 1.74 kB
JSON
{
"name": "@swap-coffee/ui-sdk",
"private": false,
"version": "1.3.6",
"type": "module",
"description": "User Interface SDK of swap.coffee DEX aggregator for integration in web applications",
"main": "dist/swap-sdk.cjs.js",
"module": "dist/swap-sdk.esm.js",
"license": "MIT",
"homepage": "https://swap.coffee",
"author": {
"name": "swap.coffee"
},
"exports": {
".": {
"import": "./dist/swap-sdk.esm.js",
"require": "./dist/swap-sdk.cjs.js"
}
},
"repository": {
"url": "https://github.com/swapcoffee/ui-sdk"
},
"files": [
"dist"
],
"keywords": [
"swapcoffee",
"dedust",
"stonfi",
"ton",
"dex"
],
"scripts": {
"dev": "vite",
"build": "vite build --config vite.config.js",
"preview": "vite preview",
"save&publish": "npm version patch && npm run build && npm publish"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@swap-coffee/sdk": "1.5.1",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^13.5.1",
"@tonconnect/ui": "^2.0.5",
"lottie-web": "^5.12.2",
"pinia": "^3.0.1",
"scroll-lock": "^2.1.5",
"ton": "^13.9.0",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vue": "^3.4.35",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.28",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.1.2",
"typescript": "~5.4.0",
"vite": "^5.1.6",
"vue-tsc": "^2.0.7"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.34.6"
}
}