-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "crypto-gateway",
"version": "1.0.4",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi generate",
"start": "node .output/server/index.mjs",
"generate": "nuxi generate"
},
"dependencies": {
"@mdi/font": "^6.9.96",
"@nuxt/image": "^0.7.1",
"@nuxtjs/auth-next": "5.0.0-1648802546.c9880dc",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.2",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/vuetify": "^1.12.3",
"core-js": "^3.23.3",
"nuxt-edge": "latest",
"vue-meta": "^2.4.0",
"vue-pull-to": "^0.1.8"
},
"devDependencies": {
"@coingecko/cryptoformat": "^0.5.4",
"@nuxt-hero-icons/outline": "^1.0.1",
"@nuxt-hero-icons/solid": "^1.0.1",
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxt/nitro": "^0.10.0",
"@nuxt/types": "^2.15.8",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/tailwindcss": "^4.2.1",
"@nuxtjs/vercel-builder": "^0.22.1",
"@ts-stack/markdown": "^1.4.0",
"@types/coingecko-api": "^1.0.10",
"@types/pulltorefreshjs": "^0.1.5",
"add": "^2.0.6",
"coingecko-api": "^1.0.10",
"date-fns": "^2.28.0",
"decimal.js": "^10.3.1",
"eslint-config-prettier": "^8.5.0",
"nuxt-vuex-localstorage": "^1.3.0",
"prettier": "^2.7.1",
"pulltorefreshjs": "^0.1.22",
"sass": "^1.44.0",
"sass-loader": "^10.2.0",
"vue-tel-input-vuetify": "^1.5.3",
"yarn": "^1.22.19"
}
}