-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
111 lines (111 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
109
110
111
{
"name": "gp-vue-boilerplate",
"version": "1.30.2",
"description": "Grabarz & Partner Boilerplate",
"author": "Stephan Gerbeth",
"contributors": [
{
"name": "Stephan Gerbeth",
"email": "stephan.gerbeth@grabarzundpartner.de"
},
{
"name": "Boris Horn",
"email": "boris.horn@grabarzundpartner.de"
}
],
"license": "MIT",
"private": true,
"main": "index.js",
"scripts": {
"test": "npm run lint",
"dev": "nuxt",
"build": "nuxt build",
"static": "nuxt generate",
"static:now": "npm run static && cp now.json dist/website && cd dist/website/ && now",
"start": "nuxt start",
"start:static": "node ./env/static-server.js",
"production": "npm run build && npm run start",
"lint": "npm run lint:es && npm run lint:css",
"lint:es": "eslint --fix --ext .js,.vue --ext .json --ignore-path .gitignore ./",
"lint:css": "stylelint \"src/**/*.vue\"",
"audit": "npm audit --json | npx npm-audit-html --output reports/audit.html",
"cypress:open": "npx cypress open",
"cypress:run": "npx cypress run",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"storybook:dev": "start-storybook -p 6006 -c .storybook",
"storybook:prod": "build-storybook -c .storybook -o storybook",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"packtracker": "packtracker-upload --stats=reports/webpack/stats/modern.json --output-path=dist/_nuxt/"
},
"devDependencies": {
"@bazzite/nuxt-optimized-images": "^0.2.1",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@kazupon/vue-i18n-loader": "^0.4.1",
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
"@nuxtjs/sitemap": "^2.0.0",
"@packtracker/webpack-plugin": "^2.2.0",
"@storybook/addon-a11y": "^5.2.1",
"@storybook/addon-actions": "^5.2.1",
"@storybook/addon-links": "^5.2.1",
"@storybook/addon-viewport": "^5.2.1",
"@storybook/addons": "^5.2.1",
"@storybook/vue": "^5.2.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"branch-name-lint": "^1.0.5",
"eslint": "^6.5.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-cypress": "^2.7.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-vue": "^5.2.3",
"express": "^4.17.1",
"husky": "^3.0.7",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-webp": "^5.1.0",
"imagemin-webpack-plugin": "^2.4.2",
"license-webpack-plugin": "^2.1.2",
"node-gyp": "^6.0.0",
"postcss-custom-media": "^7.0.8",
"postcss-loader": "^3.0.0",
"postcss-momentum-scrolling": "^1.9.15",
"postcss-nested": "^4.1.2",
"postcss-normalize": "^8.0.1",
"postcss-object-fit-images": "^1.1.2",
"postcss-url": "^8.0.0",
"raw-loader": "^3.1.0",
"reqlim": "0.0.0",
"responsive-loader": "^1.2.0",
"rucksack-css": "^1.0.2",
"sharp": "^0.23.1",
"stylelint": "^11.0.0",
"stylelint-config-css-modules": "^1.5.0",
"stylelint-config-recess-order": "^2.0.3",
"stylelint-config-standard": "^19.0.0",
"svgo-loader": "^2.2.1",
"terser": "^4.3.4",
"webpack-virtual-modules": "0.1.12"
},
"dependencies": {
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"@nuxtjs/robots": "^2.4.1",
"default-passive-events": "^1.0.10",
"intersection-observer": "^0.7.0",
"nuxt": "^2.9.2",
"nuxt-i18n": "^6.3.0",
"nuxt-polyfill": "^1.0.3",
"object-fit-images": "github:StephanGerbeth/object-fit-images",
"picturefill": "^3.0.3",
"rxjs": "^6.5.3",
"vue-lazy-hydration": "^1.0.0-beta.9",
"snyk": "^1.230.5"
},
"snyk": true
}