-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
108 lines (108 loc) · 3.78 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
106
107
108
{
"name": "virus",
"version": "1.0.0",
"description": "Детейлінг студія Virus - комплексний догляд за Вашим авто. Передпродажна підготовка, хімчистка салону, полірування кузова, керамічне покритя, перетяжка руля, реставрація шкіри.",
"author": "W-Start",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"gen-update": "git pull && npm i && npm run generate && pm2 restart virus",
"build-update": "git pull && npm i && npm run build && pm2 restart virus"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@nuxtjs/apollo": "^4.0.0-rc19",
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/component-cache": "^1.1.5",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/google-tag-manager": "^2.3.1",
"@nuxtjs/netlify-files": "^1.0.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/robots": "^2.4.2",
"aos": "^3.0.0-beta.6",
"bootstrap": "^4.4.1",
"bootstrap-css-only": "^4.4.1",
"bootstrap-vue": "^2.4.0",
"intersection-observer": "^0.7.0",
"jquery": "^3.4.1",
"jw-vue-pagination": "^1.0.3",
"node-fetch": "^2.6.1",
"nuxt": "^2.11.0",
"nuxt-fontawesome": "^0.4.0",
"nuxt-polyfill": "^1.0.3",
"smoothscroll-polyfill": "^0.4.4",
"url-polyfill": "^1.1.8",
"v-mask": "^2.0.2",
"v-owl-carousel": "^1.0.8",
"vue": "^2.6.11",
"vue-analytics": "^5.22.1",
"vue-cookieconsent-component": "^1.2.0",
"vue-currency-filter": "^4.0.3",
"vue-disqus": "^3.0.5",
"vue-if-bot": "^1.2.0",
"vue-light-gallery": "^1.0.1",
"vue-page-transition": "^0.2.2",
"vue-scrollto": "^2.17.1",
"vue-select": "^3.4.0",
"vue-server-renderer": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"vue2-google-maps": "^0.10.7",
"vuelidate": "^0.7.5",
"vuex": "^3.1.2",
"vuex-persist": "^2.2.0",
"webp-loader": "^0.6.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.0.6",
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/sitemap": "^2.0.1",
"@nuxtjs/style-resources": "^1.0.0",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"babel-plugin-transform-imports": "^2.0.0",
"collect.js": "^4.20.3",
"cross-env": "^7.0.0",
"dayjs": "^1.8.20",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-nuxt": ">=0.5.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.1.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"glob-all": "^3.1.0",
"highlight.js": "^10.4.1",
"image-webpack-loader": "^6.0.0",
"marked": "^0.8.0",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"nuxt-purgecss": "^0.2.1",
"prettier": "^1.19.1",
"push-dir": "^0.4.1",
"responsive-loader": "^1.2.0",
"sanitize-html": "^1.21.1",
"sass-loader": "^8.0.2",
"sharp": "^0.24.0",
"vue-lazyload": "^1.3.3"
}
}