forked from delphidigital/delphi-thorchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "delphi-thorchain",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"fetch": "DATA_SOURCE=api node scripts/saveApiResponses.mjs",
"develop": "DATA_SOURCE=cache PORT=3021 yarn dev",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"dependencies": {
"@highcharts/map-collection": "^1.1.3",
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/redirect-module": "^0.3.1",
"@sendgrid/mail": "^7.4.0",
"@thorchain/asgardex-util": "^0.3.0",
"axios": "^0.19.2",
"bignumber.js": "^9.0.0",
"date-fns": "^2.12.0",
"geoip-lite": "^1.4.2",
"highcharts": "^8.1.2",
"numeral": "^2.0.6",
"nuxt": "^2.13.0",
"nuxt-highcharts": "^1.0.1",
"redis": "^3.0.2",
"sort-by": "^1.2.0"
},
"browser": {
"fs": false
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-plugin-nuxt": "^1.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.2"
}
}