-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 2.09 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
{
"name": "lto-network-explorer",
"version": "0.0.0",
"description": "Network explorer to interact with the LTO Network.",
"author": "LTO Network",
"scripts": {
"dev": "nuxt",
"dev-debug": "node --inspect node_modules/nuxt/bin/nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"test": "jest",
"update-node-info": "curl https://raw.githubusercontent.com/ltonetwork/lto-wallet/master/src/communityNodes.json -o data/communityNodes.json"
},
"dependencies": {
"@nuxt/types": "^2.17.0",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/localforage": "^1.0.2",
"@nuxtjs/pwa": "^3.0.0-0",
"@types/lodash": "^4.14.149",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"chart.js": "^2.9.3",
"fs": "0.0.1-security",
"install": "^0.13.0",
"lodash": "^4.17.20",
"lto-api": "^0.5.13",
"moment": "^2.24.0",
"net": "^1.0.2",
"nuxt": "^2.17.0",
"nuxt-clipboard2": "^0.2.1",
"nuxt-i18n": "^6.4.1",
"nuxt-webfontloader": "^1.1.0",
"tls": "0.0.1",
"vue-chartjs": "^3.5.0",
"vue-property-decorator": "^8.4.0",
"vuetify-loader": "^1.4.3"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.5.6",
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.11.0",
"@types/chart.js": "^2.9.13",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-eslint": "^10.0.1",
"babel-jest": "^25.1.0",
"deepmerge": "^4.2.2",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"fibers": "^4.0.2",
"gh-pages": "^2.2.0",
"jest": "^26.0.0",
"node-sass": "^9.0.0",
"sass": "^1.26.0",
"sass-loader": "^10.1.1",
"vue-jest": "^4.0.0",
"webpack": "^4.41.5"
}
}