This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.8 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": "1.0.4",
"description": "Serverlesss Network Explorer built for the LTO Network powered by multiple API services.",
"author": "B.B. Jansen <[email protected]>",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "gh-pages -d dist",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/component-cache": "^1.1.5",
"@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.15",
"lto-api": "^0.5.13",
"moment": "^2.24.0",
"net": "^1.0.2",
"nuxt": "^2.0.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/proxy": "^1.3.3",
"@nuxtjs/vuetify": "^1.0.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": "^25.1.0",
"node-sass": "^4.13.1",
"sass": "^1.24.2",
"sass-loader": "^8.0.2",
"vue-jest": "^4.0.0-0",
"webpack": "^4.41.5"
}
}