-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 993 Bytes
/
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
{
"name": "nim-pools-hub",
"version": "1.0.0",
"description": "A place where new miners can start mining NIM in the easiest way possible",
"author": "Albermonte",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"build:prod": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "flyctl deploy"
},
"dependencies": {
"@nimiq/hub-api": "^1.6.1",
"@nimiq/style": "^0.8.5",
"@nimiq/utils": "^0.9.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-adsense": "~2.0.0",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/vuetify": "^1.12.1",
"apicache": "^1.6.2",
"axios": "^1.4.0",
"express": "^4.18.2",
"nuxt": "^2.16.2",
"nuxt-vuex-localstorage": "^1.3.0",
"redirect-ssl": "^3.0.0",
"request-ip": "^3.3.0",
"vue-animejs": "^2.1.1",
"vue-carousel-3d": "^1.0.1",
"vue-svg-gauge": "^1.2.1"
},
"devDependencies": {
"@nuxtjs/google-analytics": "^2.4.0"
}
}