-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
109 lines (109 loc) · 3.6 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "node-api",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "NODE_OPTIONS=--max-old-space-size=8192 vite build",
"preview": "vite preview --mode staging",
"build:staging": "NODE_OPTIONS=--max-old-space-size=8192 vite build --mode staging",
"build:production": "NODE_OPTIONS=--max-old-space-size=8192 vite build --mode production",
"build-only": "NODE_OPTIONS=--max-old-space-size=8192 vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint frontend --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@aptos-labs/wallet-adapter-core": "^1.0.1",
"@argent/get-starknet": "^5.3.1",
"@better-scroll/core": "^2.5.0",
"@better-scroll/scroll-bar": "^2.5.0",
"@cfx-kit/wallet-avatar": "0.0.5",
"@coral-xyz/anchor": "^0.29.0",
"@metaplex-foundation/mpl-token-metadata": "^3.1.0",
"@metaplex-foundation/umi": "^0.8.10",
"@metaplex-foundation/umi-bundle-defaults": "^0.8.10",
"@metaplex-foundation/umi-signer-wallet-adapters": "^0.8.10",
"@mysten/sui.js": "^0.31.0",
"@mysten/wallet-adapter-wallet-standard": "^0.7.1",
"@openzeppelin/contracts": "^4.8.1",
"@openzeppelin/contracts-upgradeable": "^4.8.1",
"@openzeppelin/wizard": "^0.2.0",
"@particle-network/auth": "^1.3.0",
"@rollup/plugin-inject": "^5.0.5",
"@solana/spl-token": "^0.3.8",
"@solana/wallet-adapter-wallets": "^0.19.23",
"@solana/web3.js": "^1.87.5",
"@vueuse/core": "^9.13.0",
"@web3-onboard/core": "^2.16.0",
"@web3-onboard/injected-wallets": "^2.4.0",
"@web3-onboard/vue": "^2.4.1",
"abing258-ic0": "^0.7.21",
"ant-design-vue": "^3.2.15",
"aptos": "^1.7.2",
"axios": "^1.1.3",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"dayjs": "^1.11.6",
"echarts": "^5.4.0",
"esbuild-plugin-polyfill-node": "^0.3.0",
"eth-crypto": "^2.6.0",
"ethers": "^5.7.2",
"https-browserify": "^1.0.0",
"ic0": "^0.2.7",
"md-editor-v3": "^2.7.2",
"monaco-editor": "^0.34.1",
"near-api-js": "^2.1.4",
"openai": "^3.1.0",
"petra-plugin-wallet-adapter": "^0.1.3",
"pinia": "^2.0.23",
"prismjs": "^1.29.0",
"qrcode.vue": "^3.4.0",
"rpc-websockets": "^7.5.1",
"socket.io-client": "^2.3.1",
"solana-wallets-vue": "^0.6.0",
"starknet": "^4.21.0",
"stream-http": "^3.2.0",
"uuid": "^9.0.1",
"vue": "^3.2.41",
"vue-fullscreen": "^3.1.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.5",
"wagmi": "^0.8.6",
"web3": "^1.8.1",
"webpack": "^5.78.0",
"xterm": "^5.1.0",
"xterm-addon-attach": "^0.8.0",
"xterm-addon-fit": "^0.7.0",
"yaml": "^2.1.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/jest": "^29.5.1",
"@types/node": "^18.15.11",
"@types/prismjs": "^1.26.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"assert": "^2.1.0",
"autoprefixer": "^10.4.13",
"crypto-browserify": "^3.12.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"jest": "^29.3.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "^3.2.3",
"ts-jest": "^29.1.0",
"typescript": "~4.7.4",
"util": "^0.12.5",
"vite": "^3.1.8",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-prismjs": "^0.0.8",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.8"
}
}