-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "multikart-ssr",
"version": "1.0.0",
"description": "My awe-inspiring Nuxt.js project",
"author": "pixelstrap",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@inotom/vue-go-top": "^1.1.0",
"@nuxtjs/axios": "^5.5.4",
"axios": "^0.21.1",
"bootstrap-vue": "^2.21.2",
"firebase": "^8.6.8",
"js-cookie": "^2.2.1",
"npx": "^10.2.2",
"nuxt": "^2.15.7",
"nuxt-i18n": "^6.3.0",
"swiper": "5.4.5",
"vee-validate": "^3.1.0",
"vue": "^2.6.11",
"vue-awesome-swiper": "4.1.1",
"vue-gallery": "^2.0.1",
"vue-i18n": "^8.15.0",
"vue-image-lightbox": "^6.4.0",
"vue-image-magnifier": "^0.2.1",
"vue-infinite-loading": "^2.4.4",
"vue-instagram": "^2.0.1",
"vue-lazyload": "^1.3.3",
"vue-masonry": "^0.11.8",
"vue-paypal-checkout": "^3.2.0",
"vue-product-zoomer": "^3.0.0",
"vue-scrollto": "^2.17.1",
"vue-server-renderer": "^2.6.14",
"vue-slider-component": "3.2.12",
"vue-template-compiler": "^2.6.11",
"vue2-animate": "^2.1.2",
"vue2-filters": "^0.7.2",
"vuejs-paginate": "^2.1.0",
"vuex": "^3.1.1",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"node-sass": "^4.12.0",
"nodemon": "^2.0.7",
"sass-loader": "^7.1.0"
}
}