-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.49 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
{
"name": "solido-web-console",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@decent-bet/contract-migration": "1.0.1",
"@decent-bet/contract-playdbet": "1.0.3",
"@decent-bet/contract-slots": "1.0.0-rc.3",
"@decent-bet/playdbet-contract-entities": "^2.4.5",
"@decent-bet/solido": "^1.1.2",
"@decent-bet/solido-provider-connex": "^1.2.1",
"@vechain/connex": "^1.3.1",
"bignumber.js": "^9.0.0",
"core-js": "^2.6.5",
"ethereum-protocol": "^1.0.1",
"solc-js": "^1.0.0",
"thor-devkit": "^0.11.0",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-property-decorator": "^8.2.1",
"vuetify": "^1.5.16",
"vuex": "^3.1.1"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-plugin-typescript": "^3.9.0",
"@vue/cli-plugin-unit-jest": "^3.9.0",
"@vue/cli-service": "^3.9.2",
"@vue/eslint-config-airbnb": "^4.0.1",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"eslint-plugin-vue": "^5.2.3",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3",
"vue-template-compiler": "^2.6.10"
}
}