-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.82 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
{
"name": "formyfi",
"version": "1.0.0",
"scripts": {
"dev": "vite --port=3000",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@dfinity/agent": "2.1.3",
"@dfinity/assets": "2.1.3",
"@dfinity/auth-client": "2.1.3",
"@dfinity/candid": "2.1.3",
"@dfinity/identity": "2.1.3",
"@dfinity/principal": "2.1.3",
"@element-plus/icons-vue": "^2.3.1",
"@headlessui/vue": "1.7.13",
"@mobiscroll/javascript": "^5.22.2",
"@mysten/sui": "^1.21.2",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@tanstack/vue-query": "^5.59.1",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^11.1.0",
"@wagmi/vue": "^0.0.50",
"asn1js": "^3.0.5",
"axios": "^1.7.7",
"bs58": "^6.0.0",
"dotenv": "^16.4.5",
"element-plus": "^2.8.4",
"html2pdf.js": "^0.10.2",
"idb-keyval": "^6.2.1",
"jwt-decode": "^4.0.0",
"localforage": "^1.10.0",
"luxon": "^3.5.0",
"pinia": "^2.2.4",
"rxjs": "^7.8.1",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"solana-wallets-vue": "^0.6.1",
"viem": "^2.21.19",
"vue": ">=3.5.11",
"vue-draggable-next": "^2.2.1",
"vue-icomoon": "^0.6.1",
"vue-load-image": "^1.1.0",
"vue-router": "^4.4.5",
"vue3-google-login": "^2.0.33",
"vuedraggable": "^2.24.3",
"web3": "^4.13.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.11",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"tailwindcss": "^3.4.13",
"vite": "^5.4.8",
"vite-plugin-top-level-await": "^1.4.4",
"vue-tsc": "^2.1.6"
}
}