forked from sanju4115/JustCredoSsrVersion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "justcredo-vuetify-ssr",
"version": "1.0.0",
"description": "Educational Networking",
"author": "Sanjay",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.2",
"cookie-universal-nuxt": "^2.0.5",
"firebase": "^4.12.1",
"firebaseui": "^2.7.0",
"js-cookie": "^2.2.0",
"latlon-geohash": "^1.1.0",
"nuxt": "^2.0.0",
"quill": "^1.3.6",
"vue": "^2.5.17",
"vue-beautiful-chat": "^1.0.0",
"vue-carousel": "^0.6.14",
"vue-croppa": "^1.3.8",
"vue-infinite-loading": "^2.3.1",
"vue-picture-input": "^2.1.6",
"vue-progressive-image": "^2.5.0",
"vue-router": "^3.0.1",
"vue-smoothscroll": "^0.1.1",
"vue-snotify": "^3.0.4",
"vue-sticky": "^3.3.3",
"vue2-animate": "^2.0.0",
"vue2-google-maps": "^0.8.12",
"vuetify": "^1.2.4",
"vuex": "^3.0.1"
},
"devDependencies": {
"cross-env": "^5.0.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}