This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
103 lines (103 loc) · 3.04 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
{
"name": "tfgrid_dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"check-eslint": "eslint .eslintrc.js .",
"check-prettier": "npx prettier .prettierrc .",
"prepare": "husky install",
"test": "jest"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --fix",
"*.{js,ts,css,md,vue,yaml}": "prettier --write"
},
"dependencies": {
"1x": "^0.0.0",
"@cosmjs/proto-signing": "^0.28.4",
"@cosmjs/stargate": "^0.28.6",
"@polkadot/api": "^8.4.2",
"@polkadot/extension-dapp": "0.45.1",
"@polkadot/ui-keyring": "^2.2.1",
"@popperjs/core": "^2.11.5",
"@types/ip": "^1.1.0",
"@types/md5": "^2.3.2",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"axios": "^0.27.2",
"bech32": "^2.0.0",
"blakejs": "^1.2.1",
"chart.js": "^3.8.0",
"cidr-tools": "^5.1.4",
"core-js": "^3.29.0",
"country-code-lookup": "^0.0.20",
"crypto-browserify": "^3.12.0",
"cypress": "^12.7.0",
"debounce": "^1.2.1",
"ethers": "^5.6.8",
"get-ip-range": "^4.0.1",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.6",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.25",
"lodash": "^4.17.21",
"long": "^5.2.0",
"marked": "^4.0.16",
"md5": "^2.3.0",
"moment": "^2.29.3",
"path-browserify": "^1.0.1",
"private-ip": "^2.3.4",
"qrcode.vue": "1.7.0",
"stellar-sdk": "^10.1.2",
"stream-browserify": "^3.0.0",
"validator": "^13.7.0",
"vue": "^2.6.14",
"vue-apollo": "^3.1.0",
"vue-chartjs": "^4.1.1",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vue-toasted": "^1.1.28",
"vuetify": "^2.6.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@fortawesome/fontawesome-free": "^6.1.1",
"@types/debounce": "^1.2.1",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.182",
"@types/long": "^4.0.2",
"@types/marked": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^1.1.3",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^8.0.3",
"husky": "^8.0.2",
"jest": "^29.5.0",
"lint-staged": "^13.0.3",
"node-polyfill-webpack-plugin": "^1.1.4",
"prettier": "^2.7.1",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"ts-jest": "^29.0.5",
"typescript": "~4.5.5",
"vue-cli-plugin-vuetify": "~2.4.8",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "1.7.3"
}
}