This repository was archived by the owner on Jan 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.29 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.29 KB
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
{
"name": "devolt-one",
"version": "1.0.0",
"description": "Devolt.One Agency Website",
"author": "Devolt.One Team",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"export": "nuxt export",
"serve": "nuxt serve",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"lint-staged": {
"*.{js,vue}": "yarn lint",
"*.{css,vue}": "stylelint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@tailwindcss/typography": "^0.2.0",
"nuxt": "^2.13",
"nuxt-i18n": "^6.26.0",
"nuxt-trailingslash-module": "^1.1.0",
"responsive-loader": "^1.2.0",
"sharp": "^0.28.1",
"swiper": "^7.0.6",
"tailwindcss": "^1.9.6",
"vue-awesome-swiper": "^4.1.1",
"vue-carousel": "^0.18.0"
},
"devDependencies": {
"@aceforth/nuxt-netlify": "^1.1.0",
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@mavrin/remark-typograf": "^2.2.0",
"@nuxt/components": "^0.2.5",
"@nuxtjs/color-mode": "^2.0.5",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/imagemin": "^0.1.0",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/stylelint-module": "^3.1.0",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^2.1.0",
"babel-eslint": "^10.0.1",
"contentful": "^7.14.4",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^9.0.0",
"lint-staged": "^10.5.4",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"stylelint": "^10.1.0",
"tailwindcss-dark-mode": "^1.1.7",
"vue-click-outside": "^1.1.0",
"webp-loader": "^0.6.0"
}
}