-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.72 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
53
54
55
56
57
58
59
{
"name": "Deikho",
"version": "1.0.0",
"description": "Deikho, Aur deikhty jao !",
"author": "Deikho",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server ",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js ",
"generate": "nuxt generate"
},
"dependencies": {
"@firebase/analytics": "^0.2.16",
"@nuxtjs/auth": "^4.5.3",
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/firebase": "^4.1.0",
"@nuxtjs/gtm": "^2.3.0",
"@nuxtjs/recaptcha": "^0.4.1",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.4",
"cookie-universal-nuxt": "^2.0.5",
"cross-env": "^5.2.0",
"crypto-js": "^3.1.9-1",
"dotenv": "^8.2.0",
"expose-gc": "^1.0.0",
"express": "^4.16.3",
"firebase": "^7.10.0",
"graceful-cluster": "0.0.5",
"lottie-web": "^5.5.10",
"nuxt": "^2.12.0",
"nuxt-facebook-pixel-module": "^1.3.0",
"nuxt-memwatch": "^0.1.2",
"nuxt-vuex-localstorage": "^1.2.6",
"raw-loader": "^0.5.1",
"socket.io": "^2.2.0",
"v-owl-carousel": "^1.0.8",
"vue-awesome-swiper": "^3.1.3",
"vue-codemirror-lite": "^1.0.4",
"vue-cookie": "^1.1.4",
"vue-i18n": "^8.3.0",
"vue-infinite-scroll": "^2.0.2",
"vue-js-modal": "^1.3.33",
"vue-simple-uploader": "https://github.com/Awais-cb/vue-uploader/tarball/master",
"vuelidate": "^0.7.4",
"vuetify": "^1.2.4",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"node-sass": "^4.13.1",
"nodemon": "^1.11.0",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"video.js": "^7.6.6",
"webpack-bundle-analyzer": "^3.6.1"
}
}