forked from snapshot-labs/snapshot-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.38 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
{
"name": "snapshot",
"version": "0.1.3",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src/*.ts --fix",
"postinstall": "patch-package"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@ethersproject/abi": "^5.4.0",
"@ethersproject/address": "^5.4.0",
"@ethersproject/bignumber": "^5.4.1",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/hash": "^5.4.0",
"@ethersproject/providers": "^5.4.3",
"@ethersproject/solidity": "^5.4.0",
"@ethersproject/strings": "^5.4.0",
"@ethersproject/units": "^5.4.0",
"@popperjs/core": "^2.9.2",
"@portis/web3": "^4.0.5",
"@primer/css": "^14.4.0",
"@snapshot-labs/lock": "github:snapshot-labs/lock#master",
"@snapshot-labs/snapshot-spaces": "github:snapshot-labs/snapshot-spaces#master",
"@snapshot-labs/snapshot.js": "github:snapshot-labs/snapshot.js#master",
"@toruslabs/torus-embed": "^1.12.1",
"@vue/apollo-composable": "4.0.0-alpha.12",
"@vueuse/core": "^5.2.0",
"@walletconnect/web3-provider": "1.4.1",
"autolinker": "^3.14.3",
"eslint": "^7.32.0",
"eth-ens-namehash": "^2.0.8",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.4",
"jsonexport": "^3.2.0",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"primer-support": "^5.0.0",
"raw-loader": "^4.0.2",
"remarkable": "^2.0.1",
"remove-markdown": "^0.3.0",
"scrollmonitor": "^1.2.4",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"timeago.js": "^4.0.2",
"typescript": "^4.3.5",
"vue": "^3.1.5",
"vue-i18n": "^9.1.7",
"vue-router": "^4.0.9",
"vue3-jazzicon": "^0.1.1",
"vuedraggable": "^4.0.2",
"walletlink": "^2.1.7"
},
"devDependencies": {
"@types/node": "^16.4.10",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.1.5",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.15.1",
"prettier": "^2.3.2",
"rollup-plugin-visualizer": "^5.5.2",
"sass": "~1.32.6",
"sass-loader": "^8.0.2",
"vite": "^2.4.4",
"vite-plugin-components": "^0.13.2"
},
"license": "MIT",
"repository": "snapshot-labs/snapshot"
}