forked from snapshot-labs/snapshot-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.63 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
{
"name": "snapshot",
"version": "0.1.4",
"scripts": {
"preinstall": "yarn run init-submodules",
"dev": "vite",
"build": "vite build",
"lint": "eslint \"./src/*/**/*.{ts,vue,json}\" --fix",
"postinstall": "patch-package && husky install",
"init-submodules": "git submodule update --init"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@ethersproject/abi": "^5.4.0",
"@ethersproject/address": "^5.4.0",
"@ethersproject/bignumber": "^5.4.1",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/providers": "^5.5.1",
"@ethersproject/solidity": "^5.4.0",
"@ethersproject/strings": "^5.5.0",
"@ethersproject/units": "^5.5.0",
"@ethersproject/wallet": "^5.4.0",
"@gnosis.pm/safe-apps-provider": "^0.8.0",
"@gnosis.pm/safe-apps-sdk": "^6.1.1",
"@popperjs/core": "^2.8.3",
"@portis/web3": "^4.0.6",
"@pusher/push-notifications-web": "^1.1.0",
"@snapshot-labs/lock": "github:snapshot-labs/lock#master",
"@snapshot-labs/snapshot.js": "^0.3.24",
"@toruslabs/torus-embed": "^1.12.1",
"@vue/apollo-composable": "4.0.0-alpha.16",
"@vueuse/core": "^7.4.0",
"@walletconnect/web3-provider": "1.4.1",
"autolinker": "^3.14.3",
"chart.js": "^3.5.1",
"dayjs": "^1.10.7",
"eslint": "^7.32.0",
"eth-ens-namehash": "^2.0.8",
"ethereum-blockies-base64": "^1.0.2",
"fortmatic": "^2.2.1",
"graphql": "^16.2.0",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"remarkable": "^2.0.1",
"remove-markdown": "^0.3.0",
"scrollmonitor": "^1.2.4",
"timeago.js": "^4.0.2",
"typescript": "^4.3.5",
"vue": "^3.2.26",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.9",
"vue-tippy": "^6.0.0-alpha.39",
"vuedraggable": "^4.0.2"
},
"devDependencies": {
"@types/node": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.4.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.15.1",
"husky": "^7.0.4",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"rollup-plugin-visualizer": "^5.5.2",
"sass": "~1.45.1",
"sass-loader": "^8.0.2",
"tailwindcss": "^2.2.9",
"unplugin-vue-components": "^0.15.6",
"vite": "^2.7.4",
"walletlink": "^2.3.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"axios": "^0.21.1"
},
"license": "MIT",
"repository": "snapshot-labs/snapshot"
}