This repository was archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.51 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.51 KB
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
{
"name": "voltage",
"version": "1.0.0",
"description": "We make Lightning easy.",
"author": "Voltage",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"generate": "nuxt-ts generate && cp _redirects dist/",
"start": "nuxt-ts start",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue,.ts --ignore-path .gitignore ."
},
"dependencies": {
"@aws-amplify/auth": "^3.2.3",
"@nuxt/typescript-runtime": "^0.4.0",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/composition-api": "^0.22.0",
"@nuxtjs/pwa": "^3.0.0-0",
"@stripe/stripe-js": "^1.9.0",
"@types/ip-address": "^5.8.2",
"@vue/composition-api": "^1.0.0-rc.3",
"axios": "^0.19.2",
"bip32": "^2.0.6",
"bip39": "^3.0.3",
"bitcoinjs-lib": "^5.2.0",
"chart.js": "^2.9.4",
"copy-to-clipboard": "^3.3.1",
"crypto-js": "^4.0.0",
"fuse.js": "^6.4.6",
"ip-address": "^6.3.0",
"nuxt": "^2.0.0",
"qrcode.vue": "^1.7.0",
"vuex-module-decorators": "^0.16.1"
},
"devDependencies": {
"@nuxt/types": "^2.15.3",
"@nuxt/typescript-build": "^0.6.0",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.0.0",
"@types/chart.js": "^2.9.31",
"@types/crypto-js": "^3.1.47",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"nuxt-vite": "^0.0.28",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0"
}
}