-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "pkt",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve"
},
"dependencies": {
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"aos": "^2.3.4",
"coinmarketcap-api": "^3.1.1",
"easy-popup": "^3.3.4",
"immutable": "^4.0.0-rc.12",
"mobile-device-detect": "^0.4.3",
"node-coinmarketcap-rest-api": "^0.2.0",
"nuxt": "^2.13.0",
"nuxt-i18n": "^6.28.1",
"popups": "^1.1.3",
"sass-loader": "^9.0.2",
"sass-map-get-next-prev": "^1.0.0",
"style-resources-loader": "^1.3.3",
"vivus": "^0.4.6",
"vue-animate-onscroll": "^1.0.8",
"vue-recaptcha": "^1.3.0",
"vue-recaptcha-v3": "^1.9.0",
"vue-scrollto": "^2.20.0",
"vue-simple-accordion": "^0.1.0",
"vue-slick-carousel": "^1.0.6",
"vuetify": "^2.0.1",
"vuetify-i18n-language-switcher-nuxt": "0.0.3",
"vuex-map-fields": "^1.4.0"
},
"devDependencies": {
"node-sass": "^4.14.1",
"nuxt-compress": "^5.0.0"
}
}