-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "sharex",
"version": "0.0.5",
"description": "Share files with ShareX",
"homepage": "https://solratic.github.io/sharex-interface/",
"repository": {
"type": "git",
"url": "https://github.com/Solratic/sharex-interface"
},
"scripts": {
"dev": "yarn compile && vite",
"build": "yarn compile && vite build",
"preview": "vite preview",
"compile": "typechain --target ethers-v5 --out-dir src/types contract/*.json"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^11.0.4",
"@libp2p/kad-dht": "^9.1.0",
"@libp2p/mplex": "^8.0.1",
"ethers": "^5.7.2",
"ipfs-core": "^0.18.0",
"jszip": "^3.10.1",
"mitt": "^3.0.0",
"notyf": "^3.10.0",
"pinia": "^2.0.0-rc.6",
"qrcode.vue": "^3.4.0",
"uuid": "^9.0.0",
"vue": "^3.2.4",
"vue-connect-wallet": "^0.1.7",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@iconify/json": "^1.1.390",
"@typechain/ethers-v5": "^10.2.0",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-vue": "^1.4.0",
"@vue/compiler-sfc": "^3.2.4",
"sass": "^1.35.2",
"typechain": "^8.1.1",
"typescript": "^5.0.4",
"unplugin-icons": "^0.11.3",
"unplugin-vue-components": "^0.15.2",
"vite": "^4.3.3",
"vite-plugin-fonts": "^0.2.2",
"vite-plugin-pwa": "^0.14.7"
}
}