forked from HerrBertling/virtualsupporttalks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.61 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.61 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
{
"name": "virtualsupporttalks",
"version": "1.0.0",
"description": "Redezeit für dich",
"author": "Markus Siering",
"private": true,
"engines": {
"node": ">=16"
},
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"lint-staged": {
"*.{js,vue}": "yarn lint",
"*.{css,vue}": "stylelint"
},
"dependencies": {
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"contentful": "^9.1.12",
"contentful-rich-text-vue-renderer": "^2.0.0",
"nuxt": "^2.15.8",
"nuxt-esbuild": "^1.1.0",
"nuxt-i18n": "^6.28.1",
"postcss-html": "^1.3.0",
"regenerator-runtime": "^0.13.9",
"slugify": "^1.6.5",
"stylelint-config-recommended-vue": "^1.3.0",
"vue-cookie-law": "^1.13.3",
"vue-observe-visibility": "^1.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@contentful/rich-text-types": "^15.11.1",
"@nuxt/components": "^2.2.1",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/stylelint-module": "^4.1.0",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": ">=3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^12.3.5",
"postcss": "^8.4.7",
"prettier": "^2.5.1",
"stylelint": "^14.5.3",
"tailwindcss": "^3.0.23"
}
}