forked from pkt-cash/www-pkt-cash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 798 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
{
"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",
"immutable": "^4.0.0-rc.12",
"mobile-device-detect": "^0.4.3",
"nuxt": "^2.13.0",
"nuxt-i18n": "^6.28.1",
"sass-loader": "^9.0.2",
"sass-map-get-next-prev": "^1.0.0",
"style-resources-loader": "^1.3.3",
"vue-recaptcha": "^1.3.0",
"vue-recaptcha-v3": "^1.9.0",
"vue-scrollto": "^2.20.0",
"vue-simple-accordion": "^0.1.0",
"vuetify": "^2.0.1",
"vuetify-i18n-language-switcher-nuxt": "0.0.3",
"vuex-map-fields": "^1.4.0"
},
"devDependencies": {
"node-sass": "^4.14.1"
}
}