-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.3 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "students-assistant",
"version": "1.0.0",
"description": "Students Assistant is your one stop to the In and outs of studying as a medical student here in Ukraine, we aim to get you the best for your money.",
"author": "Neni Emmanuel",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/apollo": "^4.0.0-rc9",
"@nuxtjs/auth": "^4.8.4",
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/google-adsense": "^1.1.3",
"@nuxtjs/google-analytics": "^2.2.1",
"@nuxtjs/google-tag-manager": "^2.3.1",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/netlify-files": "^1.0.0",
"@nuxtjs/pwa": "^3.0.0-0",
"aos": "^3.0.0-beta.6",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.4",
"consola": "^2.10.1",
"cookie": "^0.4.0",
"core-js": "^2.6.5",
"dotprop": "^1.2.0",
"graphql-tag": "^2.10.1",
"gsap": "^2.1.3",
"is-https": "^1.0.0",
"js-cookie": "^2.2.1",
"jw-vue-pagination": "^1.0.3",
"lodash": "^4.17.15",
"nanoid": "^2.1.1",
"normalize.css": "^8.0.1",
"nuxt": "^2.12.2",
"nuxt-i18n": "^6.3.0",
"nuxt-rfg-icon": "^0.6.4",
"stripe": "^7.10.0",
"uuid": "^3.3.3",
"v-owl-carousel": "^1.0.8",
"vue": "^2.6.11",
"vue-content-placeholders": "^0.2.1",
"vue-currency-filter": "^3.4.3",
"vue-disqus": "^3.0.5",
"vue-observe-visibility": "^0.4.6",
"vue-owl-carousel": "^2.0.3",
"vue-page-transition": "^0.2.2",
"vue-scrollto": "^2.17.1",
"vue-server-renderer": "^2.6.11",
"vue-star-rating": "^1.6.1",
"vue-stripe-elements-plus": "^0.3.2",
"vue-template-compiler": "^2.6.11",
"vuelidate": "^0.7.5",
"vuex-persist": "^2.1.1"
},
"devDependencies": {
"@nuxtjs/toast": "^3.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^1.1.2",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^24.9.0",
"babel-plugin-transform-imports": "^2.0.0",
"eslint": "^4.10.0",
"eslint-config-prettier": "^6.5.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-nuxt": ">=0.4.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"eslint-plugin-jest": "^22.17.0",
"jest": "^24.9.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"node-sass": "^4.13.0",
"nuxt-purgecss": "^0.2.1",
"prettier": "^1.18.2",
"sass-loader": "^8.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-jest": "^4.0.0-0",
"codecov": "^3.5.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-jwt": "^5.3.1",
"jsdom": "^15.1.1",
"nuxt-class-component": "^1.3.0",
"puppeteer": "^1.20.0",
"standard-version": "^7.0.0"
}
}