generated from GrabarzUndPartner/gp-vue-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.53 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
{
"name": "unfiltered-truth",
"version": "1.5.7",
"description": "A basic tool to protect a basic right: sharing video evidence with the world – unobstructed by copyright filters.",
"author": "Stephan Gerbeth",
"contributors": [
{
"name": "Stephan Gerbeth",
"email": "stephan.gerbeth@grabarzundpartner.de"
},
{
"name": "Thorn-Welf Walli",
"email": "thorn.walli@grabarzundpartner.de"
}
],
"license": "LGPL",
"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\"",
"lint:report": "eslint --ext .js,.vue -f json-relative -o ./eslint-report.json .",
"audit": "npm audit --json | npx npm-audit-html --output .reports/audit.html",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"storybook": "npx nuxt storybook",
"storybook:static": "npx nuxt storybook build",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"devDependencies": {
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@mapbox/stylelint-processor-arbitrary-tags": "0.3.0",
"@nuxtjs/eslint-config": "5.0.0",
"@nuxtjs/eslint-module": "3.0.2",
"@nuxtjs/stylelint-module": "4.0.0",
"@packtracker/webpack-plugin": "2.3.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"babel-preset-vue": "2.0.2",
"branch-name-lint": "2.0.0",
"commitlint": "12.0.1",
"eslint": "7.16.0",
"eslint-formatter-json-relative": "0.1.0",
"eslint-plugin-chai-friendly": "0.6.0",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-no-secrets": "0.7.9",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-scanjs-rules": "0.2.1",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-sonarjs": "0.6.0",
"eslint-plugin-xss": "0.1.10",
"husky": "5.1.3",
"lint-staged": "10.5.4",
"stylelint": "13.8.0",
"stylelint-config-css-modules": "2.2.0",
"stylelint-config-lost": "0.0.3",
"stylelint-config-recess-order": "2.3.0",
"stylelint-config-standard": "20.0.0",
"vue-svg-loader": "0.16.0"
},
"dependencies": {
"@ffmpeg/ffmpeg": "0.9.7",
"@fullhuman/postcss-purgecss": "4.0.2",
"@js-basics/vector": "1.56.10",
"@nuxtjs/pwa": "3.3.5",
"@nuxtjs/robots": "2.5.0",
"@nuxtjs/sitemap": "2.4.0",
"@nuxtjs/storybook": "3.3.1",
"@storybook/addon-a11y": "6.1.21",
"audiobuffer-to-wav": "1.0.0",
"binary-data-chunking": "3.0.1",
"core-js": "3.9.1",
"css-loader": "5.1.1",
"file-type": "16.3.0",
"license-webpack-plugin": "2.3.15",
"lost": "8.3.1",
"nuxt": "2.15.2",
"nuxt-speedkit": "1.1.22",
"object-fit-images": "github:StephanGerbeth/object-fit-images",
"postcss-custom-media": "8.0.0",
"postcss-import": "14.0.0",
"postcss-loader": "4.2.0",
"postcss-momentum-scrolling": "3.8.16",
"postcss-nested": "5.0.5",
"postcss-normalize": "9.0.0",
"postcss-object-fit-images": "1.1.2",
"postcss-url": "10.1.1",
"reqlim": "0.0.0",
"rucksack-css": "1.0.2",
"rxjs": "6.6.6",
"snyk": "1.476.0",
"wavesurfer.js": "4.6.0",
"worker-loader": "3.0.8"
},
"peerDependencies": {
"postcss": "8.2.7"
},
"snyk": true
}