-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.05 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": "voken_toolkit",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "cross-env BASE_URL=/ nuxt",
"repo": "cross-env BASE_URL=/toolkit/ nuxt",
"build": "cross-env BASE_URL=/ nuxt generate",
"start": "cross-env BASE_URL=/ nuxt start",
"build-repo": "cross-env BASE_URL=/toolkit/ nuxt generate",
"build-repo-get": "cross-env BASE_URL=/get/ nuxt generate",
"build-repo-early-bird": "cross-env BASE_URL=/early-bird/ nuxt generate",
"build-repo-resale": "cross-env BASE_URL=/resale/ nuxt generate",
"build-repo-upgrade": "cross-env BASE_URL=/upgrade/ nuxt generate",
"start-repo": "cross-env BASE_URL=/toolkit/ nuxt start",
"export": "nuxt export"
},
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@metamask/onboarding": "^1.0.0",
"@nuxtjs/auth-next": "5.0.0-1616003482.75c20e6",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/toast": "^3.3.1",
"@voken/address": "^1.5.2",
"@voken/aes256ctr": "^1.1.1",
"@voken/base32": "^1.4.0",
"@voken/edsv": "^1.1.1",
"@voken/hd-wallet": "^1.3.2",
"@voken/private-key": "^1.1.0",
"@voken/public-key": "^1.3.1",
"@voken/sha": "^1.1.9",
"@voken/vue-avatar": "^1.1.1",
"bignumber.js": "^9.0.1",
"bip39": "^3.0.4",
"detect-browser": "^5.2.0",
"moment": "^2.29.1",
"numbro": "^2.3.2",
"nuxt": "^2.15.4",
"nuxt-fontawesome": "^0.4.0",
"nuxt-i18n": "^6.26.0",
"nuxt-storage": "^1.2.2",
"vue-qr": "^2.3.0",
"web3": "^1.3.5"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/tailwindcss": "^4.0.3",
"@tailwindcss/ui": "^0.7.2",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"fibers": "^5.0.0",
"node-sass": "^5.0.0",
"postcss": "^8.2.10",
"prettier": "^2.2.1",
"sass-loader": "10.1.1"
}
}