-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "albus-defi",
"version": "0.5.8",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --port 3333 --mode dev",
"build": "vite build --mode prod",
"build:stage": "vite build --mode stage",
"build:dev": "vite build --mode dev",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@albus-finance/sdk": "0.3.0-next.53",
"@albus-finance/swap-sdk": "0.1.5-next.7",
"@albus-finance/transfer-sdk": "0.2.4",
"@coral-xyz/anchor": "^0.29.0",
"@metaplex-foundation/beet": "^0.7.2",
"@metaplex-foundation/js": "^0.19.5",
"@metaplex-foundation/mpl-token-metadata": "^2.13.0",
"@project-serum/anchor": "^0.26.0",
"@rollup/plugin-inject": "^5.0.3",
"@solana/buffer-layout": "^4.0.1",
"@solana/buffer-layout-utils": "^0.2.0",
"@solana/spl-token": "^0.3.9",
"@solana/wallet-adapter-wallets": "^0.19.23",
"@solana/web3.js": "^1.91.1",
"axios": "^1.4.0",
"decimal.js": "^10.4.3",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-vue": "^4.0.0",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"node-stdlib-browser": "^1.2.0",
"pinia": "^2.1.3",
"solana-wallets-vue": "^0.6.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.4",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@metaplex-foundation/solita": "^0.20.1",
"@quasar/extras": "^1.16.8",
"@quasar/vite-plugin": "^1.6.0",
"@types/bn.js": "^5.1.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.2.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vueuse/core": "^10.1.2",
"@vueuse/head": "^1.1.26",
"assert": "^2.0.0",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.41.0",
"quasar": "^2.14.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"sass": "1.33.0",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.16.4",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.25.0",
"util": "^0.12.5",
"vite": "^4.3.9",
"vite-plugin-pages": "^0.30.1",
"vite-plugin-vue-layouts": "^0.8.0",
"vue-tsc": "^1.6.5"
}
}