-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.56 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
{
"name": "UniCoin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@statnett/vue-plotly": "^0.3.2",
"axios": "^0.19.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"core-js": "^2.6.5",
"cryptocompare": "^1.0.0",
"ethjs-abi": "^0.2.1",
"ipfs": "^0.36.4",
"ipfs-api": "^26.1.2",
"jazzicon": "^1.5.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"openzeppelin-solidity": "^2.3.0",
"openzeppelin-test-helpers": "^0.4.0",
"pdfvuer": "^1.3.0",
"plotly.js": "^1.48.3",
"register-service-worker": "^1.6.2",
"truffle": "^5.0.27",
"truffle-contract": "^4.0.21",
"truffle-flattener": "^1.4.0",
"truffle-hdwallet-provider": "^1.0.14",
"typeface-space-mono": "^0.0.71",
"vue": "^2.6.10",
"vue-apexcharts": "^1.4.0",
"vue-jazzicon": "^0.1.3",
"vue-js-modal": "^1.3.31",
"vue-material": "^1.0.0-beta-11",
"vue-pdf": "^4.0.7",
"vue-router": "^3.0.3",
"vue-slider-component": "^3.0.32",
"vue2-animate": "^2.1.0",
"vuelidate": "^0.7.4",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4",
"web3": "^1.0.0-beta.33"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-pwa": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"solidity-coverage": "^0.6.3",
"vue-template-compiler": "^2.6.10"
}
}