-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
79 lines (79 loc) · 2.22 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
{
"name": "app-telos-native",
"version": "1.1.5",
"description": "Native App",
"productName": "Telos App",
"author": "Don Peat <[email protected]>",
"private": true,
"scripts": {
"dev": "quasar dev -m spa",
"lint": "eslint --ext .js,.ts,.vue src",
"lint:fix": "eslint --fix --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"build": "quasar build -m spa"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"@quasar/quasar-ui-qmarkdown": "^2.0.0-beta.10",
"@telosnetwork/ual-cleos": "1.13.1",
"assert": "^2.0.0",
"axios": "^1.6.0",
"core-js": "^3.6.5",
"dotenv": "^16.0.1",
"eosjs": "^22.1.0",
"flag-icon-css": "https://github.com/CALEOS/flag-icons.git",
"highcharts": "^10.2.0",
"highcharts-vue": "^1.4.0",
"ipfs-core": "^0.15.4",
"md5": "^2.3.0",
"moment": "^2.29.4",
"pug-plain-loader": "^1.1.0",
"quasar": "^2.6.0",
"slugify": "^1.6.5",
"stream": "^0.0.2",
"ual-anchor": "^1.3.0",
"universal-authenticator-library": "^0.3.0",
"vue": "^3.0.0",
"vue-croppa": "^1.3.8",
"vue-gravatar": "^1.4.1",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.0.0",
"vue-moment": "^4.1.0",
"vue-recaptcha": "^2.0.2",
"vue-router": "^4.0.0",
"vuex": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.13.14",
"@quasar/app-webpack": "^3.0.0",
"@types/vue-router": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "7.16.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "^9.0.0",
"eslint-webpack-plugin": "^3.1.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "^2.5.1",
"process": "^0.11.10",
"pug": "^3.0.2"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}