-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
64 lines (64 loc) · 1.87 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
{
"name": "thorchain_explorer",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"dev-mobile": "nuxt --hostname '0' --port 8000",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "eslint . --ext .vue,.js",
"lint:fix": "eslint . --ext .vue,.js --fix",
"prettier": "prettier --write ."
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/style-resources": "^1.2.1",
"axios-retry": "^3.2.5",
"color-hash": "^2.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nuxt": "^2.18.1",
"prettier": "^3.3.3",
"uplot": "1.6.18",
"vue": "2.6.14",
"vue-good-table": "^2.21.11",
"vue-server-renderer": "2.6.14",
"vue-spinner": "^1.0.4",
"vue-template-compiler": "2.6.14",
"vue2-datepicker": "^3.11.1",
"vue2-filters": "^0.14.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@nuxtjs/composition-api": "^0.32.0",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/svg": "^0.4.0",
"@vue/composition-api": "^1.6.2",
"@xchainjs/xchain-util": "^0.13.1",
"bignumber.js": "^9.0.2",
"bootstrap": "^5.1.3",
"bootstrap-vue": "^2.22.0",
"core-js": "^3.19.3",
"country-flag-icons": "^1.5.5",
"echarts": "^5.3.3",
"eslint": "^8.4.1",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-vue": "^8.2.0",
"ethers": "^5.5.4",
"floating-vue": "^1.0.0-beta.15",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"qrcode.vue": "1.7.0",
"sass": "^1.49.8",
"sass-loader": "10",
"semver": "^7.3.7",
"vue-echarts": "^6.1.0",
"webpack": "^4.46.0"
}
}