forked from snapshot-labs/snapshot-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.78 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
{
"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",
"test:unit": "vitest run",
"test:unit:coverage": "vitest run --coverage",
"test:e2e": "cypress run",
"test:e2e:mobile": "cypress run --config viewportWidth=375,viewportHeight=667",
"test:e2e:debug": "cypress open"
},
"dependencies": {
"@apollo/client": "^3.6.4",
"@braintree/sanitize-url": "^6.0.0",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@ethersproject/abi": "^5.6.2",
"@ethersproject/address": "^5.4.0",
"@ethersproject/bignumber": "^5.6.1",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/providers": "^5.6.7",
"@ethersproject/solidity": "^5.6.0",
"@ethersproject/strings": "^5.5.0",
"@ethersproject/units": "^5.6.0",
"@ethersproject/wallet": "^5.6.1",
"@popperjs/core": "^2.11.5",
"@pusher/push-notifications-web": "^1.1.0",
"@snapshot-labs/lock": "^0.1.8",
"@snapshot-labs/snapshot.js": "^0.3.83",
"@vue/apollo-composable": "4.0.0-alpha.17",
"@vueuse/core": "^8.5.0",
"autolinker": "^3.15.0",
"eslint": "^8.16.0",
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"remarkable": "^2.0.1",
"remove-markdown": "^0.5.0",
"scrollmonitor": "^1.2.9",
"typescript": "^4.6.4",
"vue": "^3.2.36",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.15",
"vue-tippy": "^6.0.0-alpha.58",
"vuedraggable": "^4.0.2"
},
"devDependencies": {
"@iconify-json/heroicons-outline": "^1.1.1",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vitejs/plugin-vue": "^2.3.2",
"@vitest/ui": "^0.12.9",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^9.0.0",
"@vue/test-utils": "^2.0.0",
"autoprefixer": "^10.4.7",
"c8": "^7.11.3",
"cypress": "^9.6.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.15.1",
"happy-dom": "^4.0.0",
"husky": "^8.0.1",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "~1.52.1",
"sass-loader": "^13.0.0",
"tailwindcss": "^3.0.24",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vitest": "^0.12.9"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"axios": "^0.21.1"
},
"license": "MIT",
"repository": "snapshot-labs/snapshot"
}