-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
78 lines (78 loc) · 3.19 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
{
"name": "kulturfinder.sh",
"version": "1.3.5",
"private": true,
"scripts": {
"serve-sh": "export NODE_OPTIONS=--openssl-legacy-provider; vue-cli-service serve",
"serve-hb": "export NODE_OPTIONS=--openssl-legacy-provider; vue-cli-service serve --mode hb",
"build-sh": "export NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production; vue-cli-service build",
"build-hb": "export NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production; vue-cli-service build --mode hb",
"lint": "export NODE_OPTIONS=--openssl-legacy-provider; vue-cli-service lint",
"license-compliance-check": "license-compliance --production --report detailed --allow \"MIT;ISC;0BSD;BSD-2-Clause;BSD-3-Clause;Apache-2.0\" --exclude \"@vue/compiler-sfc;esprima-fb\" # @vue/compiler-sfc=MIT; esprima-fb=BSD-2-Clause",
"e2e-local": "npx cypress open",
"e2e-ci": "npx cypress run",
"i18n:report": "export NODE_OPTIONS=--openssl-legacy-provider; vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"http-server": "http-server dist -c-1 --proxy http://localhost:8080?",
"build-report": "export NODE_OPTIONS=--openssl-legacy-provider; vue-cli-service build --report",
"generate-sbom": "npx @cyclonedx/cyclonedx-npm --omit dev --omit optional --omit peer --output-file public/sbom.json",
"count-images": "node ./bin/check_image_count.js"
},
"dependencies": {
"ajv": "^6.12.6",
"bootstrap-vue": "^2.23.1",
"detectrtc": "^1.4.1",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"register-service-worker": "^1.7.2",
"sass": "^1.56.1",
"semver": "^7.5.4",
"typeface-roboto": "0.0.75",
"v-scroll-lock": "^1.3.1",
"video.js": "^7.20.3",
"videojs-contrib-quality-levels": "^2.2.0",
"videojs-http-source-selector": "^1.1.6",
"vue": "^2.7.14",
"vue-headful": "^2.1.0",
"vue-i18n": "^8.28.2",
"vue-loader-v16": "^16.0.0-beta.5.4",
"vue-localforage": "^0.2.5",
"vue-matomo": "^3.13.5-0",
"vue-resource": "^1.5.3",
"vue-router": "^3.6.5",
"vue-slick-carousel": "^1.0.6",
"vue-socialmedia-share": "^1.0.1",
"vue2-leaflet": "^2.7.1",
"vue2-leaflet-locatecontrol": "^1.0.2",
"vue2-leaflet-markercluster": "^3.1.0",
"vuex": "^3.6.2",
"vuex-geolocation": "^1.2.0",
"workbox-window": "^5.1.4"
},
"devDependencies": {
"@cyclonedx/cyclonedx-npm": "^1.8.0",
"@types/leaflet": "^1.9.6",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-pwa": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"css-loader": "^2.1.1",
"cypress": "^10.11.0",
"eslint": "^5.16.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vue-i18n": "^0.3.0",
"license-compliance": "^2.0.1",
"node-fetch": "^2.6.7",
"sass-loader": "^8.0.2",
"style-loader": "^0.23.1",
"vue-cli-plugin-i18n": "^0.6.1",
"vue-template-compiler": "^2.7.16",
"workbox-webpack-plugin": "^7.0.0"
}
}