-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
79 lines (79 loc) · 2.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
{
"name": "gp-vue-boilerplate",
"version": "3.0.5",
"description": "Grabarz & Partner Boilerplate",
"author": "Stephan Gerbeth",
"contributors": [
{
"name": "Stephan Gerbeth",
"email": "[email protected]"
},
{
"name": "Thorn-Welf Walli",
"email": "[email protected]"
}
],
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
"test": "npm run lint && npm run generate",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "nuxt prepare && npm run lint:es && npm run lint:css",
"lint:es": "eslint .",
"lint:css": "stylelint \"src/**/*.vue\"",
"semantic-release": "semantic-release",
"prepare": "husky && npm run snyk-protect",
"snyk-protect": "snyk-protect",
"start": "npx serve .output/public"
},
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@mapbox/stylelint-processor-arbitrary-tags": "0.4.0",
"@nuxt/eslint": "0.7.3",
"@snyk/protect": "1.1294.3",
"commitlint": "19.6.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-no-secrets": "2.1.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-xss": "0.1.12",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"postcss-html": "1.7.0",
"prettier": "3.4.2",
"stylelint": "16.11.0",
"stylelint-config-css-modules": "4.4.0",
"stylelint-config-lost": "0.0.3",
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-standard": "36.0.1"
},
"dependencies": {
"@csstools/postcss-global-data": "3.0.0",
"@fullhuman/postcss-purgecss": "7.0.2",
"@js-basics/vector": "2.1.0",
"@nuxt/content": "2.13.4",
"@nuxtjs/i18n": "9.1.1",
"@nuxtjs/seo": "2.0.2",
"@pinia/nuxt": "0.9.0",
"lost": "9.0.2",
"nuxt": "3.14.1592",
"nuxt-booster": "3.1.6",
"pathe": "1.1.2",
"pinia": "2.3.0",
"postcss-custom-media": "11.0.5",
"postcss-functions": "4.0.2",
"postcss-momentum-scrolling": "3.14.22",
"postcss-normalize": "13.0.1",
"postcss-preset-env": "10.1.1",
"rucksack-css": "1.0.2",
"rxjs": "7.8.1",
"vite-svg-loader": "5.1.0"
},
"snyk": true
}