-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
120 lines (120 loc) · 3.79 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "@loomnetwork/dashboard",
"version": "0.3.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit src/**/*.spec.ts",
"lint": "vue-cli-service lint",
"test": "NODE_ENV=test vue-cli-service test:unit src/**/*.spec.ts",
"tokens": "ts-node --compiler-options '{\"noImplicitAny\": false, \"module\": \"commonjs\" }' --project tsconfig.json ./scripts/gen-tokens-info.ts",
"gen-contract-types": "yarn typechain \"src/contracts/ERC20.json\" --target=web3-v1 --out-dir src/store/plasma/web3-contracts"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.7.1",
"@fortawesome/fontawesome": "^1.1.3",
"@fortawesome/fontawesome-free-brands": "5.0.6",
"@fortawesome/fontawesome-free-regular": "^5.0.6",
"@fortawesome/fontawesome-free-solid": "^5.0.6",
"@fortawesome/vue-fontawesome": "^0.0.22",
"@sentry/browser": "^5.5.0",
"@sentry/integrations": "^5.5.0",
"@walletconnect/ethereum-provider": "^2.8.1",
"@walletconnect/modal": "^2.4.7",
"animate.css": "^3.7.0",
"axios": "^0.19.0",
"bech32": "^1.1.3",
"big-integer": "^1.6.44",
"bignumber.js": "^9.0.0",
"bip39": "^3.0.2",
"bn.js": "^4.11.8",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0-rc.22",
"buffer": "^6.0.3",
"chart.js": "^2.7.2",
"core-js": "^3.8.3",
"date-fns": "^1.29.0",
"ethers": "^5.7.0",
"google-protobuf": "^3.6.0",
"https-browserify": "^1.0.0",
"js-sha256": "^0.9.0",
"loom-js": "1.91.0",
"marked": "^0.8.0",
"rxjs": "^6.5.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tslib": "^1.10.0",
"underscore": "^1.13.6",
"v-autocomplete": "^1.8.2",
"vue": "^2.5.16",
"vue-chartjs": "^3.3.2",
"vue-class-component": "^7.1.0",
"vue-clipboard2": "^0.2.1",
"vue-i18n": "^8.7.0",
"vue-json-pretty": "^1.4.1",
"vue-multiple-progress": "^1.6.0",
"vue-progressbar": "^0.7.5",
"vue-property-decorator": "^8.1.1",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"vue-virtual-scroll-list": "^1.3.9",
"vuex": "^3.0.1",
"vuex-class": "^0.3.1",
"vuex-router-sync": "^5.0.0",
"vuex-typex": "^3.1.5",
"web3": "1.8.2",
"web3-eth-contract": "1.8.2"
},
"devDependencies": {
"@prerenderer/renderer-jsdom": "^0.2.0",
"@sentry/webpack-plugin": "^1.7.0",
"@typechain/web3-v1": "^6.0.3",
"@types/bip39": "^2.4.2",
"@types/bn.js": "^4.11.5",
"@types/chai": "^4.1.7",
"@types/debug": "^4.1.4",
"@types/google-protobuf": "^3.2.7",
"@types/mocha": "^5.2.7",
"@types/retry": "^0.10.2",
"@types/sinon": "^7.0.13",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-plugin-unit-mocha": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-airbnb": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-plugin-istanbul": "^5.1.4",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"cypress": "^3.4.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.0",
"jsdom": "^15.1.1",
"jsdom-global": "^3.0.2",
"lolex": "^4.1.0",
"mocha": "^6.1.4",
"prerender-spa-plugin": "^3.3.0",
"prettier": "^1.18.2",
"sass": "^1.35.2",
"sass-loader": "^8.0.0",
"sentry-testkit": "^2.2.1",
"sinon": "^7.3.2",
"ts-node": "^10.9.1",
"tslint-config-prettier": "^1.18.0",
"typechain": "^8.2.0",
"typescript": "~4.5.5",
"wait-for-expect": "^1.1.0"
},
"engines": {
"node": ">= 16.0.0"
},
"husky": {
"hooks": {}
}
}