-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.04 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
{
"name": "gp-vue-boilerplate",
"version": "2.23.5",
"description": "Grabarz & Partner Boilerplate",
"author": "Stephan Gerbeth",
"contributors": [
{
"name": "Stephan Gerbeth",
"email": "stephan.gerbeth@grabarzundpartner.de"
},
{
"name": "Thorn-Welf Walli",
"email": "thorn.walli@grabarzundpartner.de"
}
],
"license": "MIT",
"private": true,
"main": "index.js",
"scripts": {
"postinstall": "husky install",
"test": "npm run lint && npm run generate",
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start",
"production": "npm run build && npm run start",
"lint": "npm run lint:es && npm run lint:css",
"lint:es": "eslint --ext .js,.vue .",
"lint:css": "stylelint \"src/**/*.vue\"",
"audit": "npm audit --json | npx npm-audit-html --output .reports/audit.html",
"semantic-release": "semantic-release",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@mapbox/stylelint-processor-arbitrary-tags": "0.4.0",
"@nuxtjs/eslint-module": "3.1.0",
"@nuxtjs/stylelint-module": "4.1.0",
"commitlint": "17.2.0",
"compression": "1.7.4",
"eslint": "8.27.0",
"eslint-formatter-json-relative": "0.1.0",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-no-unsanitized": "4.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-sonarjs": "0.16.0",
"eslint-plugin-xss": "0.1.12",
"husky": "8.0.2",
"license-webpack-plugin": "4.0.2",
"lint-staged": "13.0.3",
"postcss-html": "1.5.0",
"stylelint": "14.15.0",
"stylelint-config-css-modules": "4.1.0",
"stylelint-config-lost": "0.0.3",
"stylelint-config-recess-order": "3.0.0",
"stylelint-config-standard": "29.0.0",
"vue-svg-loader": "0.16.0"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "5.0.0",
"@js-basics/vector": "2.0.11",
"@nuxt/content": "1.15.1",
"@nuxt/postcss8": "1.1.3",
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/eslint-config": "11.0.0",
"@nuxtjs/i18n": "7.3.0",
"@nuxtjs/pwa": "3.3.5",
"@nuxtjs/robots": "2.5.0",
"@nuxtjs/sitemap": "2.4.0",
"@snyk/protect": "1.1056.0",
"core-js": "3.26.1",
"dotenv": "16.0.3",
"lost": "9.0.1",
"nuxt": "2.15.8",
"nuxt-polyfill": "1.0.3",
"nuxt-speedkit": "2.1.2",
"postcss-functions": "4.0.2",
"postcss-momentum-scrolling": "3.14.22",
"postcss-normalize": "10.0.1",
"postcss-preset-env": "7.8.3",
"rucksack-css": "1.0.2",
"rxjs": "7.5.7",
"suppress-warnings": "1.0.2"
},
"optionalDependencies": {
"custom-event-polyfill": "1.0.7",
"default-passive-events": "2.0.0",
"domtokenlist-shim": "1.2.0",
"intersection-observer": "0.12.2",
"requestidlecallback": "0.3.0"
},
"snyk": true
}